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
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Was this page helpful?