Skip to main content

Endpoint

POST https://europe-west1-slideless-ai.cloudfunctions.net/uninviteCollaborator

Authentication

Authorization: Bearer <key> — owner only.

Request body

{
  "presentationId": "01HXYZ...",
  "collaboratorId": "01H..."
}

Response

{
  "success": true,
  "data": { "success": true, "collaboratorId": "01H..." }
}
Revocation is immediate — the revoked collaborator’s next push or pull returns 403.

Errors

StatusCodeCause
403permission-deniedNot the owner
404not-foundcollaboratorId doesn’t match or belongs to a different presentation