cURL
Sources
Delete Source
Delete a single source by its slug.
DELETE
cURL
Deletes the source identified by
slug. The identifier is the pipeline slug, not the source ID — the same value used by Get Source and Update Source.
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 Sources — remove several sources in a single request.
- List Sources — find the slug you want to delete.