Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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.