Skip to main content
POST
/
v1.0
/
webhook
/
delete
json
{
  "WebhookId": "WID-1234567",
  "AccountId": "AID-1234567"
}
{
  "WebhookId": "<string>",
  "WebhookStatus": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.telegent.com/llms.txt

Use this file to discover all available pages before exploring further.

Body

Delete_Webhook_Request object

WebhookId
string | null

The unique identifier of the webhook to delete, prefixed with WID-. Returned when the webhook was originally created.

AccountId
string | null

The Telegent account identifier that owns the webhook, prefixed with AID-.

Response

Success

WebhookId
string | null
WebhookStatus
string | null