curl -X DELETE "https://api.sequinstream.com/api/sinks/kafka-ids" \
-H "Authorization: Bearer YOUR_API_TOKEN"
{
"id": "4ed2a8e5-47a7-4b51-9270-d2f4fdcb94fb",
"deleted": true
}
{
"id": "<string>",
"deleted": true
}Sink consumers
Delete sink consumer
DELETE
/
sinks
/
{sink_id_or_name}
curl -X DELETE "https://api.sequinstream.com/api/sinks/kafka-ids" \
-H "Authorization: Bearer YOUR_API_TOKEN"
{
"id": "4ed2a8e5-47a7-4b51-9270-d2f4fdcb94fb",
"deleted": true
}
{
"id": "<string>",
"deleted": true
}Deletes a sink consumer by its ID or name.
Request fields
string
required
The name or ID of the sink consumer to delete
Response fields
string
The unique identifier of the deleted sink consumer
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"
{
"id": "4ed2a8e5-47a7-4b51-9270-d2f4fdcb94fb",
"deleted": true
}

