cURL
Destinations
Delete Destination
Delete a single destination by its slug.
DELETE
cURL
Deletes the destination identified by
slug. The identifier is the pipeline slug, not the destination ID — the same value used by Get Destination and Update Destination.
A successful call returns 204 No Content with an empty body.
Example
Authentication
This endpoint requires an API key in thex-api-key header. MCP tokens cannot delete resources and are rejected with 403 Forbidden.
Related
- Bulk Delete Destinations — remove several destinations in a single request.
- List Destinations — find the slug you want to delete.