---
title: "DELETE /v2/events/{slug}/verifiers/{verifierAddress}"
method: DELETE
path: "/v2/events/{slug}/verifiers/{verifierAddress}"
---

# DELETE /v2/events/{slug}/verifiers/{verifierAddress}

`DELETE /v2/events/{slug}/verifiers/{verifierAddress}`

Removes a verifier for an event.

## Path parameters

- `slug` 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 added
- **2023-11-03** `b77bfb068867` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/unlock-protocol/apis/unlock-locksmith/changes/v2/events/:slug/verifiers/: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)
