DELETE api/filters/agelevel
V1 - This method removes the provided agelevel.
NOTE: Before the selected agelevel can be deleted, all books that are currently linked to this agelevel, will be unlinked. This might result in books without any linked agelevels.
Request Information
URI Parameters
None.
Body Parameters
ageLevelFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Name": "sample string 2",
"Description": "sample string 3"
}
text/javascript
Sample:
{"ID":1,"Name":"sample string 2","Description":"sample string 3"}
application/xml, text/xml
Sample:
<ageLevelFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Yindo.DAL"> <ID>1</ID> <Name>sample string 2</Name> <Description>sample string 3</Description> </ageLevelFilter>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |