Remove a user's studio ticker
Required scope: studio.write
This method requires authentication
Permanently delete a studio ticker owned by the authenticated user.
curl -X DELETE \ -H "Authorization: Bearer [access token]" \ https://api.restream.io/v2/user/studio/tickers/{tickerId}
tickerId
204 No Content
{ "error": { "statusCode": 404, "status": 404, "code": 404, "message": "StudioTickerNotFound", "name": "studio_ticker_not_found" } }
{ "error": { "statusCode": 401, "status": 401, "code": 401, "message": "Invalid token: access token is invalid", "name": "invalid_token" } }