webhook

Remove Handler

Removes a webhook handler

post/webhook/remove_handler

Request body

_idstring required

Webhook handler ID to remove

Example request

{
  "_id": "507f1f77bcf86cd799439011"
}

Response

Webhook handler removed

successboolean required

Whether the operation succeeded

Changes