Skip to main content
DELETE
/
v1beta
/
secrets
/
{uuid}
Delete secret
curl --request DELETE \
  --url https://api.example.com/v1beta/secrets/{uuid} \
  --header 'Authorization: Bearer <token>'
{
  "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "deleted": true
}

Authorizations

Authorization
string
header
required

Enter your API key as the bearer token. Set header: Authorization to Bearer <api_key>

Path Parameters

uuid
string<uuid>
required

The UUID of the secret to delete.

Response

Successful response

uuid
string<uuid>
required

Unique identifier of the deleted secret.

deleted
boolean
required

Whether the secret was successfully deleted.