DELETE TimeSaver/DeleteTags
Request Information
URI Parameters
None.
Body Parameters
Tag| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| Name | string |
Required |
|
| Type | string |
Required |
|
| SecurityGroupID | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"ID": "4b5f5ab5-a560-42e3-b430-8f4b7cb3475f",
"Name": "sample string 2",
"Type": "sample string 3",
"SecurityGroupID": "7470aa4b-13e1-4e39-a1b1-ad5e5936d002"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| Code | string |
None. |
|
| StackTrace | string |
None. |
|
| Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.