Delete a Decision Model and Snapshots

delete

/ic/api/process/v1/dmn/spaces/{spaceId}/decision-models/{decisionModelName}

Deletes a decision model together with all its snapshots. All snapshots including LATEST will be deleted. Authorization header MUST be set to type Bearer and an access token must be provided.

Request

Path Parameters
Header Parameters
  • Authorization header MUST be set to type Bearer and an access token must be provided i.e. 'Bearer '
    Default Value: Bearer XXXXX.XXXXX.XXXXX
Back to Top

Response

Supported Media Types

204 Response

No Content (Operation successful)

401 Response

Unauthorized

403 Response

Forbidden (Expired or invalid token)

404 Response

Not Found

500 Response

Internal Server Error
Back to Top