Skip to main content
DELETE
Delete a secret

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.

Query Parameters

forceDelete
boolean | null

Whether to force delete the secret.

Response

Count of deleted secrets.

The response is of type number.