Vault Forward authentication
Remove a Vault Forward authentication method
Removes a configured Vault Forward authentication method, disallowing it from being applied in Vault Forward requests.
DELETE
/
vault-forward
/
configs
/
{config_id}
/
authentications
/
{authentication_id}
This endpoint requires the vault-forward-authentications.write
scope.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
config_id
string
requiredThe ID of the Vault Forward configuration.
authentication_id
string
requiredThe ID of the Vault Forward authentication method.
Was this page helpful?