DELETE
/
webhooks
/
{webhook_id}
Delete a webhook by ID
curl --request DELETE \
  --url http://localhost:3001/portal-api/webhooks/{webhook_id}
{
  "status": "ok"
}

Path Parameters

webhook_id
string
required

Response

OK

status
string

Status of the operation

Example:

"ok"