DELETE api/States/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
State| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
Required |
|
| Active | boolean |
None. |
|
| NotificationTemplate | string |
None. |
|
| Description | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "96fc2405-c842-4458-888e-f9eec4dbc692",
"Name": "sample string 2",
"Active": true,
"NotificationTemplate": "sample string 4",
"Description": "sample string 5"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.