Delete a Change Event
delete
/primeapi/restapi/changeEvent/{id}
Send a request to this endpoint to delete change events that meet the following requirements:
- The object has an ID that matches the value of the {id} path parameter.
Request
Path Parameters
-
id: integer(int64)
The system-generated identfier of a change event.
Response
Supported Media Types
- application/json
204 Response
Successful operation with no content.
400 Response
Invalid Input.