Request payload for deleting serial numbers from a resource. The
delete is scoped to a single resource (resource_type +
resource_id) and a list of serial-number IDs.
Example:
{'resource_type': 'ManufacturingOrder', 'resource_id': 3001, 'ids': [1001, 1002]}