DELETE hub/{serial}/DeleteSinglePlanning?idPlanning={idPlanning}
Delete a planning of a hub. Free with limitation
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| serial |
Serial of the Hub |
string |
Required |
| idPlanning |
id of planning to delete |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
plannings to return
Flipr.Web.Api.Controllers.JsonWrappers.PlanningDelete| Name | Description | Type | Additional information |
|---|---|---|---|
| IdPlanningDeleted |
IdPlanningDeleted |
integer |
None. |
| ErrorCode |
Gets or sets the error code if there is one |
string |
None. |
| Message |
Gets or sets the error message if there is one |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"IdPlanningDeleted": 1,
"ErrorCode": "sample string 2",
"Message": "sample string 3"
}
text/html
Sample:
{"IdPlanningDeleted":1,"ErrorCode":"sample string 2","Message":"sample string 3"}