curl --request DELETE \
--url https://api.getfernand.com/snippets/categories/{id} \
--header 'X-API-Key: <api-key>'{}curl --request DELETE \
--url https://api.getfernand.com/snippets/categories/{id} \
--header 'X-API-Key: <api-key>'{}Permanently deletes the specified snippet category and all its child categories recursively. This operation also removes all snippet assignments to the deleted categories. This operation cannot be undone.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.
ID of the category to delete.
Category deleted successfully.
The response is of type object.
Was this page helpful?