Most users should reach for
slideless unshare. This endpoint is the raw HTTP surface it wraps.When to use
You want to stop serving existing viewer URLs. The deck remains editable; to remove it entirely, usedeletePresentation instead.
Endpoint
Authentication
Authorization: Bearer <key> — owner only.
Request body
Response
Errors
| Status | Code | Cause |
|---|---|---|
| 401 | unauthenticated | Missing/invalid key |
| 403 | permission-denied | Not the owner |
| 404 | not-found | presentationId unknown |
| 404 | token-not-found | tokenId not on that deck |