---
title: "Revoke config object access"
method: DELETE
path: "/v1/config-objects/{configObjectId}/access/{grantId}"
tags: ["Config Objects"]
---

# Revoke config object access

`DELETE /v1/config-objects/{configObjectId}/access/{grantId}`

Soft-revokes one config object access grant.

## Path parameters

- `configObjectId` string, typeid, required
- `grantId` string, typeid, required

## Response `204`

Config object access revoked successfully.

## Other responses

- `400` — The access grant path parameters were invalid.
- `401` — The caller must be signed in to manage config object access.
- `403` — The caller lacks permission to manage config object access.
- `404` — The access grant could not be found.

---

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