/
1004: Remove account

1004: Remove account

Deletes an entity/account. The calling application must have permission to delete accounts.


Endpoint ID:1004
Method:DELETE
URL:

/entity/id/{entity-id}/{contract-id}

/entity/ext-key/{ext-key}/{ext-type}/{contract-id}



 entity-id

Rubiq entity ID that uniquely identifies an account to remove


 ext-key

External key that uniquely identifies an account to remove


 ext-type

Type of external key


 contract-id

Identifies the type of account to remove. If omitted, the

default contract for the particular app is used

Request body:None


Response body:

None
Status codes:

204

Account was removed successfully

404Account was not found

The following sub codes may be returned:

404.1User not found
404.2External user could not be found

412App has no permission to remove accounts

Related content

1003: Update account data
1003: Update account data
More like this
Basic concepts
Basic concepts
Read with this
2107: Withdraw permission
2107: Withdraw permission
More like this
2122: Close data request
2122: Close data request
More like this
2123: Complete data request action
2123: Complete data request action
More like this
2004: Verify account
2004: Verify account
More like this