cURL
curl --request DELETE \ --url https://api.transmit.dev/v1/webhooks/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>" }
Delete a webhook by ID. This action is permanent and cannot be undone.
Enter your API key with 'tx_' prefix. Get your API key from the dashboard.
Webhook deleted successfully
Operation success status
Success message