cURL
curl --request DELETE \ --url https://api.example.com/api/v1/webhooks/{id}
Remove a webhook from your organization
DELETE /api/v1/webhooks/{id} Authorization: Bearer YOUR_API_KEY
id
204 No Content
curl -X DELETE "https://app.preclinical.dev/api/v1/webhooks/uuid" \ -H "Authorization: Bearer $API_KEY"
NOT_FOUND