DELETE api/InfoDates/DeleteInfoDate/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
InfoDate| Name | Description | Type | Additional 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-12-16T05:07:45.5223428+00:00",
"infoId": 1
}