Delete a Template

Delete a template by ID

DELETE /api/.../templates/{objectid}/{id}

Delete a template for the specified object type and ID.

Parameters
Name Type Required Description
objectid Integer Yes ID of Object Type to delete. Authority = 4, Bibliographic = 5, Item = 6, PO = 49, Reserve Item = 68, Reserve Course = 70, Item Bulk Change Template = 104, Weeding Template = 108.
id Integer Yes ID of template to delete.

Response Information

true is returned upon success.

HTTP Response Codes

Code Description
200 OK. Success
400 Bad request
404 Invalid object ID

Required Permissions

Permission IDs found here.

    ItemBulkChangeTemplates_Delete (based on the owner ID)