Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/reader-access/project-access.controller.ts
Revoke a share link
Endpoint
DELETE /projects/:id/share-links/:linkId
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
id | path | string | ✓ | Project ID |
linkId | path | string | ✓ | Share link ID |
Referenced By
ProjectAccessController(MODULE_DECLARES)
Was this page helpful?