POST api_v2/AcDbAccesses/DeleteAccountAccess
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <AccountID>d7b21b9e-bd00-417c-9a67-520861e09f7a</AccountID> <AccountDatabaseID>b73354f9-1ddb-479e-84a5-278e31caba29</AccountDatabaseID> </Request>
application/json, text/json
Sample:
{ "AccountID": "d7b21b9e-bd00-417c-9a67-520861e09f7a", "AccountDatabaseID": "b73354f9-1ddb-479e-84a5-278e31caba29" }
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}