---
title: "Delete Block List Entry"
method: DELETE
path: "/api/address-book/v1/block-list/{blockListId}"
tags: ["Counterparties"]
---

# Delete Block List Entry

`DELETE /api/address-book/v1/block-list/{blockListId}`

**Requires access token scope:** `wallet_spend_all`

## Path parameters

- `blockListId` string, required

## Headers

- `enterprise-id` string, required
- `user-id` string, required

## Request body

- object

## Response `200`

OK

- V1BlockListResponse — codec for global listing http response
  - `id` string, required
  - `ownerListingId` string, required
  - `blockedListingId` string, required
  - `blockedGlobalListingId` string, required
  - `createdAt` string, date-time, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.net/bitgo/apis/bitgo-api.md) · [All operations](https://skmtc.net/bitgo/apis/bitgo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitgo/bitgo-api/revisions/e445c15e5bee/schema)
