API_MEDKINECT.Roles.delete_roles C# (CSharp) 메소드

delete_roles() 공개 메소드

public delete_roles ( ) : Object
리턴 Object
        public Object delete_roles()
        {
            return this.conexion_rest("post", "api/roles/#/delete", this, this.id);
        }