v1.0.0
OpenAPI 3.1.0
Delete a snippet
Client Libraries
US region
Remove a snippet. You can only remove a snippet that is not in use. If your snippet is in use, you'll receive a 400 error.
The name of a snippet.
A successful delete operation returns no content.
The snippet does not exist.
Your request is over the 10-per-second limit.
curl 'https://api.customer.io/v1/snippets/{snippet_name}' \
--request DELETE \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
A successful delete operation returns no content.