Delete Labour Profile: /labour-profiles/{labour_profile_uuid}
Purpose
This API is used to permanently delete an existing labour profile from the system. Once deleted, the labour profile and its associated configurations such as sessions, pricing, and availability are no longer accessible or usable for bookings or scheduling.
Use Case
This endpoint is typically used by administrators or system operators when a labour profile is no longer required, has been deprecated, or was created incorrectly and must be removed to maintain data accuracy and operational integrity.
Path Parameters
| Attribute | Type | Description |
|---|---|---|
| labour_profile_uuid | UUID | Unique identifier of the labour 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 labour profile and returns an HTTP 204 No Content status code, indicating that the request was processed successfully and the resource has been removed. No response body is returned as part of this operation.