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.
Webhook successfully deleted.
The response is of type object.
object