🔴Delete webhook

Delete a webhook from an user.

delete
Authorizations
keystringRequired
Query parameters
keystringRequired

The API key is a unique identifier provided by our support team for accessing the API.

userstringRequired

The 'user' parameter is a unique identifier provided by the API support team to identify authorized users in the requests.

subscriptionIdstringRequired

Subscription ID. Obtain this from GET /webhook.

Responses
200

Subscription delete

No content

delete
/webhook

No content

curl -i -X DELETE \
'https://api.gowit.us/v1/webhook?user=INSERT_USER&key=INSERT_KEY&subscriptionId=INSERT_SUBSCRIPTIONID'

Last updated