Skip to main content
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

There is no undelete endpoint — deleting a destination cannot be reversed through the Platform API. Double-check the slug before sending the request.

Authentication

This endpoint requires an API key in the x-api-key header. MCP tokens cannot delete resources and are rejected with 403 Forbidden.

Authorizations

x-api-key
string
header
required

API Key authentication. Format: 'x-api-key: api_key'

Path Parameters

slug
string
required

Response

204

No response body