POST api_v2/CSResources/Delete
Delete cloud service resource
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> <CSResourceID>531d0837-7b03-4323-9bc1-65400353fe67</CSResourceID> </Request>
application/json, text/json
Sample:
{ "CSResourceID": "531d0837-7b03-4323-9bc1-65400353fe67" }
Response Information
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}