Integrations
Delete Webhook Destination
This endpoint deletes a specific webhook destination identified by its UUID.
delete/organizations/{orgId}/integrationdestinations/webhooks/{id}
Path parameters
orgIdstring required
The unique identifier (UUID) of your Organization. The Organization represents your company as a direct customer of our service.
idstring required
The unique identifier (UUID) of the webhook destination to be deleted.
Response
Returns the deleted Destination
Example response
{
"credentials": {
"apiKey": "api key",
"secret": "api secret"
}
}