Deactivate a harvest for the license_number provided. This allows a licensee to correct plants that were accidentally scheduled for harvest. Once actually harvested, the licensee cannot deactivate without 'finishing' the harvest.
required | object (license_base) |
OK
Bad Request
{- "license": {
- "license_number": "KMP20200814"
}
}
{- "results": {
- "type": "object",
- "data": {
- "id": "10",
- "deleted": true
}
}, - "warnings": [ ]
}