Skip to main content
DELETE
/
webhooks
/
{id}
Removing a webhook
curl --request DELETE \
  --url https://api.qminder.com/v1/webhooks/{id} \
  --header 'X-Qminder-REST-API-Key: <api-key>'
"{\n  \"statusCode\": 200\n}"

Authorizations

X-Qminder-REST-API-Key
string
header
default:yourbusinessapikey
required

Path Parameters

id
string
required

ID of a webhook to delete

Response

200 - application/json

200

statusCode
integer
default:0
Example:

200