Clear a user's status bubble
POST/user.statusBubble.clear
Clears the shared thought bubble, including a bubble written by the UI or another integration. Repeating clear is a successful no-op. This does not clear Will Return or external activities.
See Status bubbles.
Access: Organization and Personal. Organization credentials may target an active user in the workspace. Personal OAuth and PATs may target only their owner. The workspace comes from the token.
Required scope: user:write.statusBubble. PATs skip the scope check; personal OAuth requires the scope.
OpenAPI Spec: chat-v1.json
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 405
- 500
Cleared, including if already empty or expired.
Missing or invalid input. See the guide for stable error codes.
Invalid authentication credentials.
Missing scope or personal token targeting someone else.
Unknown, archived, or cross-account user.
Unsupported method.
Internal error.