DELETE
/
vault-forward
/
configs
/
{config_id}
/
authentications
/
{authentication_id}
curl --request DELETE \
  --url https://api.{gr4vy_id}.gr4vy.app/vault-forward/configs/{config_id}/authentications/{authentication_id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

This endpoint requires the vault-forward-authentications.write scope.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

config_id
string
required

The ID of the Vault Forward configuration.

authentication_id
string
required

The ID of the Vault Forward authentication method.

Response

204
_mintlify/placeholder

Returns an empty response.