Event Report
Hard Delete Event Report
post/eventReports/delete/{eventReportId}/{hardDelete}
Path parameters
Example:12345
UUID or numeric ID of the event report
hardDelete'0' | '1' required
1 for hard delete the entity, 0 for soft deletion.
Response
Delete event report response
Example response
{
"name": "Event report 1 soft deleted.",
"message": "Event Report 1 could not be soft deleted. Reasons: Errors",
"url": "/eventReport/delete/1",
"errors": "Event Report was not deleted."
}Changes
Changed in 2 of the 50 revisions of this API.13
- ▲
the
pathrequest parameterhardDeletebecame requiredrequest-parameter-became-required
- ○
api operation id
deleteEventReportremoved and replaced withhardDeleteEventReportapi-operation-id-removed
- ▲
- ○
api operation id
hardDeleteEventReportremoved and replaced withdeleteEventReportapi-operation-id-removed
- ○
the
pathrequest parameterhardDeletebecame optionalrequest-parameter-became-optional
This revision also has 25 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○