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
The ID or name of the HTTP endpoint to delete
Response fields
The unique identifier of the deleted HTTP endpoint
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"