Invalidate the session associated with an access token.
Note: This hits https://secure.soundcloud.com, NOT the regular api.soundcloud.com host used by all other endpoints.
https://secure.soundcloud.com
api.soundcloud.com
The OAuth access token to invalidate
When the sign-out request fails
import { signOut } from 'soundcloud-api-ts';await signOut('your-access-token'); Copy
import { signOut } from 'soundcloud-api-ts';await signOut('your-access-token');
Invalidate the session associated with an access token.
Note: This hits
https://secure.soundcloud.com, NOT the regularapi.soundcloud.comhost used by all other endpoints.