Models

Delete model

Move a shared or shared extension model to the trash, along with the workbooks, dashboards and child extension models built on it. Requires Connection Admin. Branches are deleted with DELETE /api/v1/models/{modelId}/branch/{branchName} instead.

delete/api/v1/models/{modelId}

Path parameters

modelIdstring uuid required

Model UUID

Example:123e4567-e89b-12d3-a456-426614174000

Model UUID

Response

Model moved to trash

successboolean required

Whether the operation was successful

Example response

{
  "success": true
}

Changes