Skip to main content
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
}

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 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"