Skip to main content
DELETE
/
webhooks
/
{id}
cURL
curl --request DELETE \
  --url https://api.useanima.sh/v1/webhooks/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "success": "<unknown>"
}

Authorizations

Authorization
string
header
required

JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer

Path Parameters

id
string
required

Unique webhook identifier

Pattern: ^[0-9a-z]+$

Body

application/json

Webhook deletion parameters

Response

200 - application/json

OK

Deletion confirmation

success
any
required

Always true on successful deletion