Skip to main content
DELETE
/
documents
/
{document_id}
Delete a document
curl --request DELETE \
  --url https://api.bluum.finance/v1/documents/{document_id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "code": "BLUM-404-001",
  "message": "Account with ID acc_a1b2c3d4e5f6g7h8 not found."
}

Authorizations

Authorization
string
header
required

HTTP Basic Authentication using the API Key as username and API Secret as password.

Path Parameters

document_id
string<uuid>
required
Example:

"doc_a1b2c3d4e5f6g7h8"

Response

Document deleted successfully