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": "ec2f4d8f-924e-493e-859b-3caf7b0cde07",
"name": "sample string 2",
"code": "sample string 3",
"flag": "sample string 4"
}