API_MEDKINECT.Calendars.delete_calendars C# (CSharp) Method

delete_calendars() public method

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