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
Example response
{
"success": true
}Changes
Changed in 1 of the 25 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○