curl --request DELETE \
--url https://api.getfernand.com/tags/{slug} \
--header 'X-API-Key: <api-key>'{}curl --request DELETE \
--url https://api.getfernand.com/tags/{slug} \
--header 'X-API-Key: <api-key>'{}Deletes a tag identified by its slug. System tags cannot be deleted. If the tag is used in any rules or snippets, the deletion requires a force parameter. When forced, the tag is removed from all rules where it’s used, and rules with no remaining actions are also deleted.Documentation Index
Fetch the complete documentation index at: https://developers.getfernand.com/llms.txt
Use this file to discover all available pages before exploring further.
Slug of the tag to delete
Force deletion even if tag is used in rules or snippets
Tag deleted successfully
The response is of type object.
Was this page helpful?