DELETE api/v2/electrical/projects/inspectiondates/delete?ElectricalProjectInspectionDateId={ElectricalProjectInspectionDateId}
DeleteElectricalProjectInspectionDate
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ElectricalProjectInspectionDateId | universally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
DeleteElectricalProjectInspectionDateCommandResult
DeleteElectricalProjectInspectionDateCommandResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | DeleteElectricalProjectInspectionDateCommandResultKind |
Required |
Response Formats
application/json
Sample:
{
"Result": "Success"
}