Delete a Custom Log Item
delete
/primeapi/restapi/customLogItem/{id}
Send a request to this endpoint to delete a custom log item 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 identifier of a custom log item.
Response
Supported Media Types
- application/json
204 Response
Successful operation with no content.
400 Response
Invalid Input.