Skip to main content
DELETE
Delete a secret

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Path Parameters

secret_id
integer<int64>
required

Unique identifier of the secret to delete

Query Parameters

force
boolean

When true, deletes secret even if used by applications. Defaults to false.

Response

Secret successfully deleted