Skip to main content
DELETE
Delete a secret group

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Unique identifier of the secret group.

Query Parameters

forceDelete
boolean | null

Whether to force delete the secret group even when the associated secret integration is faulty or unavailable.

Response

Secret group deleted successfully.

The response is of type DeleteSecretGroupResponse · object.