> ## Documentation Index
> Fetch the complete documentation index at: https://docs.enfuce.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update repricing agreements

> Endpoints for updating repricing agreements

## Endpoints

<CardGroup cols={2}>
  <Card title="Update a price agreement" icon="arrow-right" href="/payment/api/update-repricing-agreements/update-a-price-agreement" horizontal>
    **PATCH** /v1/priceagreement/\{id}
  </Card>

  <Card title="Delete a price agreement" icon="arrow-right" href="/payment/api/update-repricing-agreements/delete-a-price-agreement" horizontal>
    **DELETE** /v1/priceagreement/\{id}
  </Card>

  <Card title="Delete agreement period" icon="arrow-right" href="/payment/api/update-repricing-agreements/delete-agreement-period" horizontal>
    **DELETE** /v1/priceagreement/period/\{id}
  </Card>

  <Card title="Update a agreement period" icon="arrow-right" href="/payment/api/update-repricing-agreements/update-a-agreement-period" horizontal>
    **PATCH** /v1/priceagreement/period/\{id}
  </Card>

  <Card title="Delete an account link to a agreement" icon="arrow-right" href="/payment/api/update-repricing-agreements/delete-an-account-link-to-a-agreement" horizontal>
    **DELETE** /v1/priceagreement/link/\{id}
  </Card>

  <Card title="Update a agreement account link" icon="arrow-right" href="/payment/api/update-repricing-agreements/update-a-agreement-account-link" horizontal>
    **PATCH** /v1/priceagreement/link/\{id}
  </Card>
</CardGroup>
