cURL
curl --request DELETE \ --url https://api.ngrok.com/vault_secrets/{id} \ --header 'Authorization: Bearer <token>' \ --header 'ngrok-version: <ngrok-version>'
Delete a specific vault secret by its unique identifier, permanently removing the stored value.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
a resource identifier
Delete a Secret
Was this page helpful?