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


documentIDThe 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:

404.1User not found
404.2External user could not be found