delete https://a.klaviyo.com/api/tags//
Delete the tag with the given tag ID. Any associations between the tag and other resources will also be removed.
Rate limits:
Burst: 3/s
Steady: 60/m
Scopes:
tags:read
tags:write
Responses
204Success
Delete the tag with the given tag ID. Any associations between the tag and other resources will also be removed.
Rate limits:
Burst: 3/s
Steady: 60/m
Scopes:
tags:read
tags:write
204Success
xxxxxxxxxx
curl --request DELETE \
--url https://a.klaviyo.com/api/tags/abcd1234-ef56-gh78-ij90-abcdef123456/ \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/json' \
--header 'revision: 2024-02-15'