---
title: "Delete a price agreement"
method: DELETE
path: "/v1/priceagreement/{id}"
tags: ["Update repricing agreements"]
---

# Delete a price agreement

`DELETE /v1/priceagreement/{id}`

If you delete a price agreement, all card links connections to that agreement will be deleted as well.

## Path parameters

- `id` string, required

## Query parameters

- `auditUser` string, required

## Response `200`

Successful deleted

- ResourceResponse
  - `description` string — Short description of the result of the action
  - `id` string — Will contain the ID of the resource that has been created or updated

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.net/enfuce/apis/transfer-api.md) · [All operations](https://skmtc.net/enfuce/apis/transfer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/enfuce/transfer-api/versions/dc4a41118f80/schema)
