DELETE
/
api
/
v2
/
public
/
webhook
/
:id

This API deletes a registered Cobalt webhook.

Request description

Path Parameters

id
string
required

Unique ID of the webhook to be deleted.

Response description

is_enabled
boolean

Whether the webhook is active or not.

webhook_events
array

Webhook events subscribed.

created_At
string

Timestamp of webhook creation.

webhook_url
string

Webhook URL to listen to the events.

_id
string

Unique ID of the webhook.

webhook_type
string

The type of webhook. Accepted values are default and slack.