Skip to main content
Use this endpoint to permanently remove a webhook subscription from your Convo project. Once deleted, Convo will immediately stop delivering event notifications to the associated URL.
Deleting a webhook immediately stops all event delivery to that endpoint. Ensure you have an alternative event handler in place before deleting, or that you no longer need to receive these notifications.

Endpoint

Authentication

Path Parameters

string
required
Your Convo project ID.
string
required
The unique ID of the webhook subscription you want to delete.

Request Example

Response

A successful deletion returns the following response:
string
Returns "success" when the webhook has been successfully deleted.

Error Responses