API_MEDKINECT.Calendars.delete_calendars C# (CSharp) 메소드

delete_calendars() 공개 메소드

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