# Create or update delegation configuration Enable or disable delegation in the token exchange flow. Use this endpoint to update the delegation configuration by enabling or disabling delegation for the token exchange flow. A valid environment token is required to call this endpoint. Endpoint: POST /resources/configurations/v1/delegation Security: bearer ## Request fields (application/json): - `enabled` (boolean) Used to enable or disable delegation for access tokens created using Token Exchange. Example: "true" ## Response 200 fields