---
title: "DELETE /articles/{articleId}/{articleVersion}/grants/{identifier}"
method: DELETE
path: "/articles/{articleId}/{articleVersion}/grants/{identifier}"
tags: ["Articles"]
---

# DELETE /articles/{articleId}/{articleVersion}/grants/{identifier}

`DELETE /articles/{articleId}/{articleVersion}/grants/{identifier}`

## Response `200`

Grant successfully added

- Article
  - `id` string
  - `data` string
  - `owner` string
  - `version` number
  - `grants` Grant[]
    - `identifier` string
    - `permissions` string[]

## Other responses

- `400` — Invalid Request
- `401` — Not enough permissions, you do not have the permissions to grant access to this article
- `404` — Articl Not Found
- `4XX` — Request Error
- `5XX` — Internal Server Error

## Changes

- **2026-07-17** `f125dd35c820` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/apress/apis/hydra-server/changes/articles/:articleId/:articleVersion/grants/:identifier/delete.md)

---

[API](https://skmtc.dev/apress/apis/hydra-server.md) · [All operations](https://skmtc.dev/apress/apis/hydra-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apress/hydra-server/revisions/f125dd35c820/schema)
