v1

latestOpenAPI 3.1.02026-07-2618690613.4 KB
Models

Delete branch

Deletes a branch associated with the specified shared model.

delete/v1/models/{modelId}/branch/{branchName}

Path parameters

modelIdstring uuid required

ID of the shared model.

branchNamestring required

Name of the branch to delete.

Response

Branch deleted successfully

successboolean

Example response

{
  "success": true
}