cURL
curl --request DELETE \ --url http://localhost:3001/portal-api/webhooks/{webhook_id}
{ "status": "ok" }
Removes a webhook using its unique identifier.
OK
Status of the operation
"ok"
Was this page helpful?