curl --request DELETE \ --url https://api.usecloudpress.com/v2/webhooks/{Id} \ --header 'Authorization: Bearer <token>'
"<any>"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the webhook that must be deleted.
Success
The response is of type any.
any