DELETE
/
webhook
/
{id}
curl --request DELETE \
  --url https://chat.zoko.io/v2/webhook/{id} \
  --header 'apikey: <api-key>'
{
  "status": "204",
  "message": "items(s) deleted",
  "details": "deleted items count - xx"
}

Authorizations

apikey
string
header
required

Authentication is done via apikey provided for your account

Include the following in your request header

apikey: "your_apikey_here"

Path Parameters

id
string
required

ID of webhook

Response

200
application/json
Webhook details

Simple generic response for delete

status
string
Example:

"204"

message
string
Example:

"items(s) deleted"

details
string
Example:

"deleted items count - xx"