Skip to main content
Version: Next

Delete contract definition by its id

Removes contract definition with the given ID if possible

Path Parameters
  • id string required
Responses

Contract definition was deleted successfully


Schema
  • message string
  • level string
DELETE /contractdefinitions/:id

Request

Base URL
https://dgk.cx.dev.dih-cloud.com
id — path required
curl -L -X DELETE 'https://dgk.cx.dev.dih-cloud.com/contractdefinitions/:id' \
-H 'Accept: application/json'