Skip to main content
DELETE
/
snippets
/
{id}
Delete a snippet
curl --request DELETE \
  --url https://api.getfernand.com/snippets/{id} \
  --header 'X-API-Key: <api-key>'
{}
Permanently deletes the specified snippet and all its associated data including actions and category assignments. This operation cannot be undone.

Authorizations

X-API-Key
string
header
required

Authenticate your account by including your secret key in API requests. You can manage your API keys in the Dashboard.

Authentication to the API is performed by using the HTTP Header X-API-Key.

Path Parameters

id
integer
required

ID of the snippet to delete.

Response

Snippet deleted successfully.

The response is of type object.