# Delete Endpoint Delete a subscription you have to a Webhook based on the ID of the Webhook Subscription Endpoint: DELETE /webhooks/endpoint/{id} Version: 1.5 Security: ApiKeyAuth, BasicAuth ## Path parameters: - `id` (string, required) The Identifier of the subscription, active or not, that you wish to delete. Example: "4d4d835b-c188-4120-87f9-1208c001e170" ## Header parameters: - `content-type` (string) Example: "application/json" - `Authorization` (string) Example: "Bearer " ## Response 204 fields ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 503 fields