Delete Usage Entry : /usages/{usage_uuid}
DELETE
https://dev-api.exsited.com/api/v3/usages/{usage_uuid}
Try It Out
Purpose
This endpoint delete a specific usage record from the system based on its unique UUID.
Use Case
The endpoint is used when a usage entry is no longer valid, was created in error, or needs to be removed from the system for record correction. It allows administrators or authorized users to ensure that only accurate and relevant usage data remains in the database.
Path Parameters
No request body is required for this endpoint.
Query Parameters
This endpoint does not have any query parameters.
Request Body
No request body is required for this endpoint.
Response
The response is empty, but the HTTP status code returned is 204 No Content, indicating that the usage has been successfully deleted with no further content returned in the body.