Delete Rental Asset Profile: /rental-asset-profiles/{rental_asset_profile_uuid}
Purpose
This API is used to permanently delete an existing rental asset profile from the system. Once deleted, the rental asset profile and its associated configurations are no longer available for booking, association, or further updates.
Use Case
This endpoint is typically used by system administrators when a rental asset profile is no longer required due to business changes, decommissioning of rental offerings, incorrect setup, or cleanup of unused configurations. Deleting the profile helps maintain data accuracy and prevents obsolete profiles from being used in future rental operations.
Path Parameters
| Attribute | Type | Description |
|---|---|---|
| rental_asset_profile_uuid | UUID | Unique identifier of the rental asset profile to be deleted |
Query Parameters
This endpoint does not support query parameters
Request Body
This endpoint does not require a request body
Response
On successful execution, the API deletes the specified rental asset profile and returns an HTTP 204 No Content status. This indicates that the deletion was completed successfully and there is no response payload. After deletion, the rental asset profile UUID becomes invalid for any future read, update, or association operations, and any attempts to access it will result in a not-found error.
