API_MEDKINECT.Patients.delete_patients C# (CSharp) Метод

delete_patients() публичный Метод

public delete_patients ( ) : Object
Результат Object
        public Object delete_patients()
        {
            return this.conexion_rest("post", "api/patients/#/delete", this, this.id);
        }