Skip to main content
DELETE
/
tiro
/
webhooks
/
{webhook_id}
Delete a webhook
curl --request DELETE \
  --url https://{deployment}/api/v1/tiro/webhooks/{webhook_id} \
  --header 'X-API-KEY: <api-key>'
{
  "success": true,
  "webhook": {},
  "message": "<string>"
}

Authorizations

X-API-KEY
string
header
required

Your deployment's API key (MMK_API_KEY).

Path Parameters

webhook_id
integer
required

Numeric Tiro webhook ID.

Response

Deletion result

success
boolean
webhook
object
message
string