Delete a webhook
🔔 Delete a Webhook
Remove a webhook to stop receiving transcription notifications.
Endpoint
DELETE https://api.tor.app/developer/integrations/webhooks
Query Parameters
- webhookType (string, required): The ID of the webhook to delete (e.g.,
wh 2025-05-02 12:34:56).
Responses
200 OK
"Webhook deleted."
400 Bad Request
"webhookType is required."
404 Not Found
"Webhook not found."
500 Internal Server Error
"Failed to delete webhook."
Notes
- Deleted webhooks cannot be recovered.
