O filtro pode ser excluído usando dois métodos:

EXCLUIR no seguinte URI : /filtro/{filterid}
POST no seguinte URI: /filtro/ {filterid} ?verb=DELETE
Success response:
{
    "Success": true,
    "Result": "Filter 1110 has been deleted"
}