delete https://{hostname}/apikey-manager-api/v2/collections/
Deletes a collection and any keys the collection includes that aren't assigned to other collections.
Responses
204The collection has been deleted.
Deletes a collection and any keys the collection includes that aren't assigned to other collections.
204The collection has been deleted.
xxxxxxxxxx
curl --request DELETE \
--url https://hostname/apikey-manager-api/v2/collections/collectionId \
--header 'accept: application/json'