v1
latestOpenAPI 3.1.02026-07-2618690613.4 KBModels
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
Example response
{
"success": true
}