SoundCloud logout (remove account)
soundcloud_auth_logoutSign out of SoundCloud by invalidating the stored session and deleting its tokens. Removes the active account, or all accounts when requested, without affecting public reads.
Instructions
Invalidate a stored user session (POST /sign-out) and delete its tokens. Without account the active account is removed; all=true removes every account. Public reads keep working with the app token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Remove every logged-in account | |
| account | No | Logged-in SoundCloud account to act as: alias, username or user URN. Omit to use the active (default) account; soundcloud_auth_status lists them. |