curl --request DELETE \
--url https://{controlPlaneURL}/api/svc/v1/secret-groups/{id} \
--header 'Authorization: Bearer <token>'{}Deletes the secret group, its associated secrets and secret versions of those secrets.
curl --request DELETE \
--url https://{controlPlaneURL}/api/svc/v1/secret-groups/{id} \
--header 'Authorization: Bearer <token>'{}Was this page helpful?