Certificate Collections
Delete Collection Item
Remove item from PKI collection
DELETE
/
api
/
v1
/
pki
/
collections
/
{collectionId}
/
items
/
{collectionItemId}
Path Parameters
collectionId
string
requiredThe ID of the PKI collection to delete the item from.
collectionItemId
string
requiredThe ID of the PKI collection item to delete.
Response
200 - application/json
id
string
requiredcreatedAt
string
requiredupdatedAt
string
requiredpkiCollectionId
string
requiredtype
enum<string>
requiredThe type of the deleted PKI collection item.
Available options:
certificate
, ca
itemId
string
requiredThe resource ID of the deleted PKI collection item.