Documentation Index
Fetch the complete documentation index at: https://sequinstream.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Deletes a sink consumer by its ID or name.
Request fields
The name or ID of the sink consumer to delete
Response fields
The unique identifier of the deleted sink consumer
Whether the sink consumer was successfully deleted
curl -X DELETE "https://api.sequinstream.com/api/sinks/kafka-ids" \
-H "Authorization: Bearer YOUR_API_TOKEN"