Delete an event with reference id
delete
/sia/v1/event/referenceId/{referenceId}
Delete an event and its associated impacts using event reference id.
Request
Path Parameters
-
referenceId(required): string
The reference id of the event to be deleted.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
- text/plain
200 Response
Event deleted successfully.
400 Response
The request isn't valid
401 Response
The request is unauthorized
403 Response
The request is forbidden
404 Response
The requested resource not found
500 Response
An Internal Server Error has occurred