Version 4.0.25.18 (latest) 
	
Delete the specified Git Branch
Delete git branch specified in branch_name path param from local and remote of specified project repository
Request
	DELETE
	/projects/{project_id}/git_branch/{branch_name}
Datatype
				Description
			Request
			path
			 Expand HTTP Path definition... 
		
		project_id
			Project Id
		branch_name
			Branch Name
		Response
204: Successfully deleted.
Datatype
				Description
			(string)
			400: Bad Request
Datatype
				Description
			(object)
			message
			
				lock
			
			
			Error details
		documentation_url
			
				lock
			
			
			Documentation link
		404: Not Found
Datatype
				Description
			(object)
			message
			
				lock
			
			
			Error details
		documentation_url
			
				lock
			
			
			Documentation link
		429: Too Many Requests
Datatype
				Description
			(object)
			message
			
				lock
			
			
			Error details
		documentation_url
			
				lock
			
			
			Documentation link