Delete Ticker

Remove a user's studio ticker

Info

Required scope: studio.write

Warning

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}

Path Parameters

ParameterTypeDescription
tickerIdstring (UUID)The ID of the ticker to delete

Response

Success
Error (Not Found)
Error (Unauthorized)
204 No Content