POST api_v2/AcDbAccesses/Delete
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> <AccessID>646a6dc7-78d3-44c8-92d4-ec172a2545fa</AccessID> </Request>
application/json, text/json
Sample:
{ "AccessID": "646a6dc7-78d3-44c8-92d4-ec172a2545fa" }
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}