Skip to main content
DELETE
/
api
/
external
/
customer
/
{customer}
/
document
/
{document}
Delete a KYB document
curl --request DELETE \
  --url https://api-prod.blaaiz.com/api/external/customer/{customer}/document/{document} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Document deleted successfully"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

customer
string<uuid>
required
document
string<uuid>
required

Response

Document deleted.