---
title: "Revoke Contact Access"
method: DELETE
path: "/api/v1/contacts/{contact_id}/access/{identity_id}"
tags: ["Contact Access"]
deprecated: true
---

# Revoke Contact Access

`DELETE /api/v1/contacts/{contact_id}/access/{identity_id}`

> **Deprecated.**

## Path parameters

- `contact_id` string, uuid, required
- `identity_id` string, uuid, required

## Response `204`

Successful Response

## Other responses

- `409` — Contacts are organization-wide
- `422` — Validation Error
- `4XX` — Client error with Support Agent information.
- `5XX` — Server error with Support Agent information.

---

[API](https://skmtc.dev/inkbox/apis/inkbox-api.md) · [All operations](https://skmtc.dev/inkbox/apis/inkbox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/inkbox/inkbox-api/revisions/31f357e7e6f8/schema)
