cURL
curl --request DELETE \ --url https://api-v2.ziina.com/api/webhook \ --header 'Authorization: Bearer <token>'
{ "success": true, "error": "<string>" }
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?