Zum Hauptinhalt springen

Cancel the Termination for the referred Contract

DELETE/v2/contracts/{contractId}/termination/
API version
v2
Request method
DELETE
Operation ID
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

Format
application/json
Beschreibung

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