BlockAds API
Home
Home
Github
    • health
      GET
    • get filter
      GET
    • build
      POST
    • rebuild all
      POST
    • delete filter
      DELETE

      delete filter

      Developing
      DELETE
      https://complier.pwhs.app/api/filters
      Last modified:2026-03-21 23:46:09
      Maintainer:nqmgaming

      Request

      Authorization
      Provide your bearer token in the
      Authorization
      header when making requests to protected resources.
      Example:
      Authorization: Bearer ********************
      Query Params

      Responses

      🟢200Success
      application/json
      Bodyapplication/json

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request DELETE 'https://complier.pwhs.app/api/filters?url=undefined' \
      --header 'Authorization: Bearer <token>'
      Response Response Example
      {
          "message": "Filter deleted",
          "status": "success"
      }
      Modified at 2026-03-21 23:46:09
      Previous
      rebuild all
      Built with