Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Secret Id of the secret group.
Response
Deletes Secret Group.
The response is of type object
.
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>'
{}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Secret Id of the secret group.
Deletes Secret Group.
The response is of type object
.
Was this page helpful?