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
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
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: 2023-01-24'
xxxxxxxxxx
12{
"data": {
"type": "tag",
"id": "abcd1234-ef56-gh78-ij90-abcdef123456",
"attributes": {
"name": "My Tag"
},
"links": {
"self": "string"
}
}
}