DELETE rehber-duyuru/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResultOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| STATUS | boolean |
None. |
|
| STATUS_CODE | integer |
None. |
|
| MESSAGE | string |
None. |
|
| DATE | date |
None. |
|
| R | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"STATUS": true,
"STATUS_CODE": 2,
"MESSAGE": "sample string 3",
"DATE": "2026-07-14T17:27:05.7511544+03:00",
"R": true
}
application/xml, text/xml
Sample:
<ApiResultOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tasimaks_tur_mobil_core.Models.Request"> <DATE>2026-07-14T17:27:05.7511544+03:00</DATE> <MESSAGE>sample string 3</MESSAGE> <R>true</R> <STATUS>true</STATUS> <STATUS_CODE>2</STATUS_CODE> </ApiResultOfboolean>