예제 #1
0
def delete_category(cid):
    Category.remove_category(cid)
    return Success()