cURL
curl --request DELETE \ --url https://api.lava.so/v1/webhooks/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "deleted": true }
Permanently delete a webhook.
Bearer token authentication used for standard API calls. Format: 'Bearer YOUR_API_KEY'
Webhook ID
Webhook deleted
ID of the deleted resource
Always true
true