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
Example response
{
"success": true
}Changes
No recorded changes to this endpoint across all 1 revision of this API.