cURL
curl --request DELETE \ --url https://api.onset.io/v1/incoming-webhooks/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Delete an incoming webhook by its ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Incoming webhook ID
Incoming webhook deleted successfully
true
Was this page helpful?