POST api_v2/CSResources/Delete
Удалить ресурс облачной службы
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | ИД ресурса |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <CSResourceID>7dc31e3d-ccd9-4373-8e1f-df6823991038</CSResourceID> </Request>
application/json, text/json
Sample:
{ "CSResourceID": "7dc31e3d-ccd9-4373-8e1f-df6823991038" }
Response Information
Статус код
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}