DELETE
/
v2
/
webhooks
/
{Id}
curl --request DELETE \
  --url https://api.usecloudpress.com/v2/webhooks/{Id} \
  --header 'Authorization: Bearer <token>'
"<any>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

The ID of the webhook that must be deleted.

Response

200
text/plain
Success

The response is of type any.