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": "<string>",
  "deleted": true
}
Deletes an HTTP endpoint by its ID.

Request fields

endpoint_id_or_name
string
required
The ID or name of the HTTP endpoint to delete

Response fields

id
string
The unique identifier of the deleted HTTP endpoint
deleted
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"