Skip to main content

Cancel the TariffChange for the referred ContractItem

DELETE /v2/contracts/{contractId}/items/{contractItemId}/tariff-change/
v2
DELETE
contract-cancel-contract-tariff-change

Request

  • contractIdstring (uuid)
    required
    Example:"154219e9-bf4a-4f41-9c72-0449a98db62f"
  • contractItemIdstring (uuid)
    required

    The uuid of the active ContractItem (not the one that would replace the old one after the TariffChange) for which the TariffChange is to be cancelled. Only works for ContractItems for which a TariffChange is stored.

    Example:"f6bb2d44-e6be-46dc-96f7-9602a7177a75"

Responses

application/json

Returns the contractId of the Contract whose TariffChange was cancelled.

  • contractIdstring (uuid)
  • contractItemIdstring (uuid)
  • isCancelledboolean

Usage examples

$ curl \
--fail \
--location \
-X DELETE \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
https://api.mittwald.de/v2/contracts/f0f86186-0a5a-45b2-aa33-502777496347/items/f0f86186-0a5a-45b2-aa33-502777496347/tariff-change