curl --request DELETE \
--url https://{controlPlaneURL}/api/svc/v1/secrets/{id} \
--header 'Authorization: Bearer <token>'123Deletes a secret and its versions along with its values.
curl --request DELETE \
--url https://{controlPlaneURL}/api/svc/v1/secrets/{id} \
--header 'Authorization: Bearer <token>'123Was this page helpful?