DELETE
/
sinks
/
{sink_id_or_name}
curl -X DELETE "https://api.sequinstream.com/api/sinks/kafka-ids" \
  -H "Authorization: Bearer YOUR_API_TOKEN"
{
  "id": "<string>",
  "deleted": true
}

Deletes a sink consumer by its ID or name.

Request fields

sink_id_or_name
string
required

The name or ID of the sink consumer to delete

Response fields

id
string

The unique identifier of the deleted sink consumer

deleted
boolean

Whether the sink consumer was successfully deleted

curl -X DELETE "https://api.sequinstream.com/api/sinks/kafka-ids" \
  -H "Authorization: Bearer YOUR_API_TOKEN"