v1

latestOpenAPI 3.1.02026-07-24270180.3 KB

Archive a vault token

Archive a vault token

delete/v1/vault-tokens/{vault_token}

Path parameters

vault_tokenstring required

The vault token to be archived.

Headers

x-user-secret-keystring required

Your API private/secret key. This can be found in the powerboard dashboard.

Content-Typestring required

Content-Type will always be application/json

Response

200

statusinteger
{"stackTrail":"paths:/v1/vault-tokens/{vault_token}:delete:responses:200:content:application/json:schema:properties:error","oasType":"schema","type":"unknown"}

Example response

{
  "status": 200,
  "resource": {
    "type": "vault-token"
  }
}