---
title: "Deregister Arn"
method: DELETE
path: "/api/v1/block/arns/{arn_id}"
tags: ["User APIs", "block-data"]
---

# Deregister Arn

`DELETE /api/v1/block/arns/{arn_id}`

Deregister a registered ARN: soft-delete the row (status='revoked') and
enqueue the matching S3 revoke. A sample ARN is stripped from every entitled
sample bucket; a block ARN from its one resolved SKU bucket (mirrors how each
was granted). Unconditional — this is a deliberate client removal, not the
legacy-backfill restriction hook, so it is not gated by any enforcement flag.

## Path parameters

- `arn_id` string, uuid, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
