© 2024 Clarivate
DELETE /api/.../holds/{id}
Delete a local hold request for a patron.
Name | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | ID of local hold request |
An HTTP return status code of 200 indicates success.
1000
Code | Description |
---|---|
200 | OK. Success |
400 | FAILURE. Delete operation is not performed if hold request is pending, active, held or shipped. |
404 | FAILURE. Invalid request ID. |
409 | CONFLICT. Patron record is secured. |
Permission IDs found here.
HoldRequests_Delete (based on the pickup branch ID)