Primitive
access.revoke
BETAShort name: revoke
Version: 1.0.0
Revoke (soft-delete) an access grant. Caller must be the grant issuer or a manager of the subject record.
Back to primitive libraryInputs
| Key | Type | Required | Description |
|---|---|---|---|
| grantId | objectId | true | Id of the access-grant atom to revoke. |
Outputs
| Key | Type | Required | Description |
|---|---|---|---|
| grantId | string | false | Id of the revoked grant. |
| revoked | boolean | false | True when the grant was revoked. |