DELETE api/Languages/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Language| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Code | string |
None. |
|
| Flag | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "7823a27d-05e5-4cda-a4e6-3c4d3c398ca1",
"name": "sample string 2",
"code": "sample string 3",
"flag": "sample string 4"
}