Skip to main content
DELETE
Delete a webhook

Overview

Permanently deletes a webhook endpoint. Event delivery to this URL stops immediately. Pending deliveries that are in-flight may still be attempted once before the deletion takes effect. If you want to pause delivery temporarily, use PATCH /webhooks/{id} with { "enabled": false } instead.

Path Parameters

Example

Success Response (200)

Error Codes

Authorizations

Authorization
string
header
required

API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.

Path Parameters

id
string
required

Response

Webhook deleted

success
boolean
Example:

true

status
integer
Example:

200

message
string
Example:

"Webhook deleted"

data
object
meta
object