API_MEDKINECT.Patients.delete_patients C# (CSharp) Method

delete_patients() public method

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