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