Skip to main content
DELETE
/
account
/
webhooks
/
{id}
cURL
curl -X DELETE https://api.mintfax.com/v1/account/webhooks/abc-123 \
  -H "Authorization: Bearer fx_test_abc123..."
{
  "error": "not_found",
  "message": "The requested resource was not found.",
  "action": "verify_id",
  "docs": "https://mintfax.com/docs/errors/not-found"
}

Documentation Index

Fetch the complete documentation index at: https://mintfax.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key as Bearer token. Sandbox keys (fx_test_...) route to the sandbox environment. Live keys (fx_live_...) route to production.

Path Parameters

id
string<uuid>
required

Response

Endpoint deleted