Delete a webhook
curl --request DELETE \ --url https://staging-api.covver.io/api/ext/v1/webhook/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
The response is of type object.
object
The response is of type null.
null