Webhooks
Delete webhook
Delete a webhook subscription.
X-API-Key<token>
GPU API key (format: mk_...). Generate from the dashboard
or via POST /api-keys.
In: header
Path Parameters
id*string
Webhook UUID
Response Body
application/json
application/json
curl -X DELETE "https://gpu.huddleapis.com/api/v1/webhooks/string"Empty
{
"code": "BAD_REQUEST",
"error": "Missing required field: hostname"
}{
"code": "BAD_REQUEST",
"error": "Missing required field: hostname"
}