---
title: "DELETE /v2/api/verifier/{network}/{lockAddress}/{verifierAddress}"
method: DELETE
path: "/v2/api/verifier/{network}/{lockAddress}/{verifierAddress}"
deprecated: true
---

# DELETE /v2/api/verifier/{network}/{lockAddress}/{verifierAddress}

`DELETE /v2/api/verifier/{network}/{lockAddress}/{verifierAddress}`

> **Deprecated.**

Remove verifier. (deprecated in favor of deleteEventVerifier)

## Path parameters

- `network` integer, required
- `lockAddress` string, required
- `verifierAddress` string, required

## Response `200`

List of remaining verifiers.

- object
  - `results` Verifier[]
    - `address` string, required
    - `lockAddress` string
    - `lockManager` string
    - `network` integer
    - `name` string, nullable

## Other responses

- `403` — User is not authorized to perform this action.
- `404` — The item you are making request for does not exist.
- `500` — Unable to fullfil request due to internal server error.

## Changes

- **2024-05-07** `fc95237f199b` — 1 info
  - the response property `results/items/address` became required for the status `200`
- **2024-05-07** `e8b4083d484c` — 1 info
  - endpoint deprecated
- **2024-03-05** `4b56f5a7244a` — 1 info
  - added the optional property `results/items/name` to the response with the `200` status
- **2023-11-03** `b77bfb068867` — 1 breaking, 1 warning, 1 info
  - the response property `results/items/address` became optional for the status `200`
  - removed the optional property `results/items/name` from the response with the `200` status
  - endpoint reactivated

[Change history](https://skmtc.dev/unlock-protocol/apis/unlock-locksmith/changes/v2/api/verifier/:network/:lockAddress/:verifierAddress/delete.md)

---

[API](https://skmtc.dev/unlock-protocol/apis/unlock-locksmith.md) · [All operations](https://skmtc.dev/unlock-protocol/apis/unlock-locksmith/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/unlock-protocol/unlock-locksmith/revisions/e003b998de45/schema)
