PDF4.dev
Account
DELETE
/api/v1/account

Authorization

AuthorizationRequiredBearer <token>

API key from Settings page. Keys start with p4_live_ prefix.

In: header

curl -X DELETE "https://docs.pdf4.dev/api/proxy/api/v1/account" \
  -H "Authorization: Bearer <token>"

Account deleted

{
  "deleted": true
}