cURL
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>" }
Removes a webhook registration based on the provided URL for the authenticated user.
The URL of the webhook to be deleted.
Webhook successfully deleted.
Success message indicating the webhook was deleted.
The URL of the webhook that was deleted.