DELETE api/InfoDates/DeleteInfoDate/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

InfoDate
NameDescriptionTypeAdditional information
Id

integer

None.

DateType

InfoDateType

None.

Date

date

None.

InfoId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "dateType": "Effective",
  "date": "2025-06-08T00:50:44.9974557+00:00",
  "infoId": 1
}