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

# Delete agreement period

`DELETE /v1/priceagreement/period/{id}`

You can only delete a period that is not active.

## Path parameters

- `id` string, required

## Query parameters

- `auditUser` string, required

## Response `200`

Successfully 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)
