Remove a sample from an in-progress batch. Deletes associated photo from storage.
Request
Add the parameter Authorization
to Headers Example:Authorization: ********************
or
Responses
application/json
Sample deleted successfully
{
"success": true,
"message": "string",
"data": {
"batch_id": 0,
"batch_code": "string",
"remaining_samples_count": 0
}
}
Modified at 2026-02-23 18:27:16