Skip to main content
DELETE
/
faxes
/
{fax}
Purge a Fax
curl --request DELETE \
  --url https://api.mintfax.com/v1/faxes/{fax} \
  --header 'Authorization: Bearer <token>'

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. Use an account key (mfx_acct_...) for /account/* endpoints, and an environment key (mfx_test_... for sandbox, mfx_live_... for live) for /environment/*, /faxes, /webhooks, and /events.

Path Parameters

fax
string
required

The fax public id

Response

No content

Last modified on May 21, 2026