Skip to main content
DELETE
Delete a webhook endpoint
Deleting an endpoint disables it, hides it from endpoint listings, and cancels its pending, retrying, or in-progress deliveries. Historical event and delivery logs remain available until normal retention cleanup. This action cannot be reversed. Create a new endpoint if you need to restore delivery later.

Authorizations

x-api-key
string
header
required

Environment-specific API key created in the Unifystays portal

Headers

Path Parameters

endpoint_id
string
required

Webhook endpoint UUID.

Example:

"8b95a9e0-4af3-4c6d-92df-84b64256d27f"

Response

200 - application/json

Webhook endpoint deleted and queued deliveries cancelled.

success
boolean
required

Whether the requested operation completed successfully.

Example:

true