Description
Delete the registered Webhook.
HTTP Method , API endpoint
DELETE /v1/users/<username>/webhooks/<webhookHash>
Help page
Request Header
Key | Description |
---|---|
X-USER-TOKEN | [required] It is the authentication token specified at the time of user registration. |
Example
$ curl -X DELETE https://pixe.la/v1/users/a-know/webhooks/<webhookHash> -H 'X-USER-TOKEN:thisissecret' {"message":"Success.","isSuccess":true}