KYB documents (business customers)

Removes a KYB document from the customer's collection. Returns 400 if the document is locked (status APPROVED or PROCESSING). Required scope: customer:write.

DELETEapi-prod.blaaiz.com/api/external/customer/{customer}/document/{document}

Authorization

oauth2ClientCredentials customer:write
AuthorizationBearer <token>

Use your OAuth client credentials to obtain a short-lived Bearer token from POST /oauth/token.

In: header

Scope: customer:write

Path Parameters

customer*string
Formatuuid
document*string
Formatuuid

Response Body

application/json

Delete a KYB document
curl --request DELETE \  --url 'https://example.com/api/external/customer/497f6eca-6276-4993-bfeb-53cbbbba6f08/document/497f6eca-6276-4993-bfeb-53cbbbba6f08'
{  "message": "Document deleted successfully"}