Depending on applicable regulations or business limitations, specific API requests may not be available for your use.
Delete Account Permission
Description
This request is to revoke member permission on the account.
Request URL
Syntax | DELETE /restapi/accounts/{accountnumber}/permissions/{loginid} |
---|---|
Example URL | https://api.uat.foliofn.com/restapi/accounts/RA1234ABCD/permissions/testusername |
Request Example
DELETE /restapi/accounts/RA1234ABCD/permissions/testusername
Response Example
HTTP/1.1 200 OK
Link: Link: </restapi/accounts/RA8087900Z/permissions>; rel="POST";
type="application/json"; title="grantPermission"
Error Codes
HTTP Code Status | Field | Code | Message | Description |
---|---|---|---|---|
400 | - | account.permission.for.account.creator.rule | - | The permission setup of an 'Account Creator' cannot be granted, modified or revoked. |
400 | - | account.permission.existence.rule | - | The member does not have permission setup on the account. |
Change Log
10/08/2015
- New documentation.