Delete Labour: /labours/{labour_uuid}
DELETE
https://dev-api.exsited.com/api/v3/labours/{labour_uuid}
Try It Out
Purpose
This API is used to permanently delete an existing Labour record from the system. Once deleted, the labour resource and its associated configurations, such as custom availability and linked metadata, are no longer accessible through the platform.
Use Case
- Remove a labour that is no longer active or required.
- Clean up test or temporary labour records created during setup or QA activities.
- Ensure outdated or duplicate labour entries do not appear in scheduling or assignment workflows.
- Maintain accurate and up-to-date labour data within the system.
Path Parameters
| Attribute | Type | Description |
|---|---|---|
| labour_uuid | UUID | Unique identifier of the labour record to be deleted |
Query Parameters
This endpoint does not support query parameters
Request Body
This endpoint does not need a request body
Response
On successful execution, the API returns an HTTP 204 No Content status, indicating that the labour record has been deleted successfully. No response body is returned. The absence of content confirms that the deletion operation was completed and the specified labour resource no longer exists in the system.