curl -X DELETE "https://api.sequinstream.com/api/destinations/http_endpoints/my-endpoint" \
-H "Authorization: Bearer YOUR_API_TOKEN"
{
"id": "7c87ba76-c13c-4a87-bfff-0f1ba73f33a0",
"deleted": true
}
{
"id": "<string>",
"deleted": true
}HTTP endpoints
Delete HTTP endpoint
DELETE
/
destinations
/
http_endpoints
/
{endpoint_id_or_name}
curl -X DELETE "https://api.sequinstream.com/api/destinations/http_endpoints/my-endpoint" \
-H "Authorization: Bearer YOUR_API_TOKEN"
{
"id": "7c87ba76-c13c-4a87-bfff-0f1ba73f33a0",
"deleted": true
}
{
"id": "<string>",
"deleted": true
}Deletes an HTTP endpoint by its ID.
Request fields
string
required
The ID or name of the HTTP endpoint to delete
Response fields
string
The unique identifier of the deleted HTTP endpoint
boolean
Whether the endpoint was successfully deleted
curl -X DELETE "https://api.sequinstream.com/api/destinations/http_endpoints/my-endpoint" \
-H "Authorization: Bearer YOUR_API_TOKEN"
{
"id": "7c87ba76-c13c-4a87-bfff-0f1ba73f33a0",
"deleted": true
}

