POST
/
deleteWebhook
Delete a webhook
curl --request POST \
  --url https://api.useinkless.com/deleteWebhook \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "url": "<string>"
}'
{
  "message": "<string>",
  "url": "<string>"
}

Authorizations

x-api-key
string
header
required

Body

application/json

Response

200
application/json

Webhook successfully deleted.

The response is of type object.