Skip to main content

Delete Webhook

Select

SaaS
Customer Managed

This API deletes a webhook.

Path Parameters
  • webhookid integer required
Responses

OK


Schema
  • errorCode integer
DELETE /webhook/:webhookid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
webhookid — path required
curl -L -X DELETE 'https://CommandCenterHostName/commandcenter/api/webhook/:webhookid' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'