Delete Receiving Source
Soft-delete a receiving source by marking it as inactive. The source remains in the database for historical reference.
Soft-delete a receiving source by marking it as inactive. The source remains in the database for historical reference.
__Secure-guidelab-prod.session_token<token>
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Path Parameters
id*string
Receiving source ID
Response Body
application/json
curl -X DELETE "https://example.com/receiving-sources/550e8400-e29b-41d4-a716-446655440000"{ "source": { "id": "string", "labId": "string", "categoryId": "string", "name": "string", "code": "string", "sortOrder": 0, "isActive": true, "createdAt": "string", "updatedAt": "string" }}Empty
Empty
Create Receiving Source POST
Create a new receiving source within a category (e.g., a specific scanner brand under the Digital category). Validates the category belongs to the lab.
List Receiving Categories GET
List all persisted receiving categories for the current lab with optional sources. Defaults are initialized during organization creation or by the explicit settings-defaults command.