cURL
curl --request DELETE \ --url https://api.chicklet.io/v1/chicklets/{id} \ --header 'Authorization: Bearer <token>'
{ "error": "<string>" }
Delete a chicklet and its associated resources
Bearer token authentication (e.g. "Bearer your-api-key")
Chicklet name or ID
No Content