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
url
string<uri>
required

The URL of the webhook to be deleted.

Response

Webhook successfully deleted.

message
string

Success message indicating the webhook was deleted.

url
string<uri>

The URL of the webhook that was deleted.