Model APIs
Revoke a collaborator's access to a Model API
Remove a user or organization collaborator. You cannot remove the last Owner. Public vs private visibility is not managed here. Only current Owners can remove collaborators.
Related:
- GET /api/modelServing/beta/modelApis//collaborators (confirm who remains)
- POST /api/modelServing/beta/modelApis//collaborators (grant access again)
- PUT /api/modelServing/beta/modelApis//collaborators/ (demote instead of remove)
DELETE
Revoke a collaborator's access to a Model API
Authorizations
Path Parameters
Model API id (24-character hex). Obtain from GET /api/modelServing/v1/modelApis or the Model API details URL.
Domino user or organization id (24-character hex). Copy id from
GET /api/modelServing/beta/modelApis/{modelApiId}/collaborators.
Response
Successfully removed the collaborator.
Last modified on September 3, 2026