Skip to main content

Cancel the Termination for the referred Contract

DELETE/contracts/{contractId}/termination/
v2
DELETE
contract-cancel-contract-termination

Request

  • contractIdstring
    required

    The uuid of the Contract for which the Termination is to be cancelled. Only works for Contracts for which a Termination is stored.

Responses

application/json

Return the contractId of the Contract whose Termination was cancelled.

  • contractIdstring (uuid)
  • isCancelledboolean

Usage examples

$ curl \
--fail \
--location \
-X DELETE \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
https://api.mittwald.de/v2/contracts/string/termination