Libraries
Delete Library
Delete an existing library, identified by its ID.
Restrictions
- System libraries cannot be deleted.
- Libraries in use by engagements cannot be deleted.
- Libraries that are used as the basis of other libraries cannot be deleted.
Permissions
api.libraries.delete
DELETE
Delete Library
Previous
Query LibraryQuery libraries, optionally applying a filter.
### Queryable Fields
- `id` - `OBJECT_ID`
- `basedOnLibraryId` - `OBJECT_ID`
- `originalSystemLibraryId` - `OBJECT_ID`
- `accountGroupingId` - `OBJECT_ID`
- `system` - `BOOLEAN`
- `archived` - `BOOLEAN`
### Permissions
- `api.libraries.read`
Next
Delete Library

