cURL
curl --request DELETE \ --url https://api-v2.ziina.com/api/webhook \ --header 'Authorization: Bearer <token>'
{ "success": true, "error": "<string>" }
Remove a previously registered webhook endpoint by ID. Stops all future event deliveries to that URL
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object
Was this page helpful?