DELETE Application/DeleteSemanticEnumLabel

Request Information

URI Parameters

None.

Body Parameters

SemanticEnumLabel
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

Name

string

Required

SemanticEnumerationID

globally unique identifier

Required

Ordinal

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "id": "6c78416f-2294-4b85-9ee9-6b8906e22ffb",
  "name": "sample string 2",
  "semanticEnumerationID": "ff529682-c220-4566-a1e7-ef9135a5adc4",
  "ordinal": 4
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponse
NameDescriptionTypeAdditional information
IsSuccess

boolean

None.

ErrorMessage

string

None.

Code

string

None.

Response

ServiceItem

None.

LatestDataTimestampUtc

date

None.

Response Formats

application/json, text/json

Sample:

Sample not available.