---
title: "Remove Sharable Entity"
method: DELETE
path: "/api/svc-registry/sharable-entities/{module}/{resource_id}"
tags: ["svc-registry", "svc-registry"]
---

# Remove Sharable Entity

`DELETE /api/svc-registry/sharable-entities/{module}/{resource_id}`

Unlink a ``sharable_entity`` from the caller's registered module instance.

## Path parameters

- `module` string, required
- `resource_id` string, required

## Response `200`

Successful Response

- SharableEntityResponse — Response body for sharable-entity creation / removal. Returns the resolved FGA identifiers so callers can audit exactly which tuple was written without re-deriving the path themselves.
  - `applicationId` string, required
  - `module` string, required
  - `resourceId` string, required
  - `scopeKind` string, required
  - `scopeId` string, required
  - `objectId` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/gocrisp/apis/crisp-app-dock.md) · [All operations](https://skmtc.dev/gocrisp/apis/crisp-app-dock/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gocrisp/crisp-app-dock/revisions/e56bd3c1a9db/schema)
