Delete Caption

Remove a user's studio caption

Info

Required scope: studio.write

Warning

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}

Path Parameters

ParameterTypeDescription
captionIdstring (UUID)The ID of the caption to delete

Response

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