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