9203: Remove document
Removes a document for an account.
Endpoint ID: | 9203 | |||||
Method: | DELETE | |||||
URL: | /entity/id/{entityID}/documents/{documentID} /entity/ext-key/{externalRelationID}/{externalRelationType}/documents/{documentID} | |||||
entityID | Rubiq entity ID that uniquely identifies an account to return data for | |||||
externalRelationID | External key that uniquely identifies an account to return data for | |||||
externalRelationType | Type of external key | |||||
documentID | The ID of the document to be deleted | |||||
Request body: | None | |||||
Response body: | None | |||||
Status codes: | 204 | Document removed with success | ||||
404 | Account was not found, or the document was not found for the account. The following sub codes may be returned:
|