Skip to main content

unshare_artifact

Revoke read-only access to a deployed artifact from specific users. Only the artifact owner or an admin can unshare.

Requires authentication to be enabled.

Input Schema

ParameterTypeRequiredDescription
artifact_idstringYesID of the artifact to unshare
user_idsstring[]YesList of user IDs to revoke access from

Example

{
"artifact_id": "a1b2c3d4",
"user_ids": ["bob"]
}

Response

{
"artifact_id": "a1b2c3d4",
"message": "unshared from 1 users"
}