Webhooks

Delete webhook

Delete a webhook for a user

delete/webhooks/{webhookID}

Path parameters

webhookIDstring required

ID of the webhook

Response

No Content

messagestring required
statusstring required

Example response

{
  "message": "action performed successfully",
  "status": "success"
}

Changes