DELETE api/subtypes/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

subtype
NameDescriptionTypeAdditional information
id

integer

None.

name

string

None.

warningPeriod

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "name": "sample string 2",
  "warningPeriod": 3
}