Skip to main content
POST
/
webhook
/
remove_handler
Remove Handler
curl --request POST \
  --url https://api.skulabs.com/webhook/remove_handler \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "_id": "507f1f77bcf86cd799439011"
}
'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
_id
string
required

Webhook handler ID to remove

Example:

"507f1f77bcf86cd799439011"

Response

Webhook handler removed

success
boolean
required

Whether the operation succeeded