Delete QR Code

Remove a user's studio QR code

Info

Required scope: studio.write

Warning

This method requires authentication

Permanently delete a studio QR code owned by the authenticated user.

curl -X DELETE \
     -H "Authorization: Bearer [access token]" \
     https://api.restream.io/v2/user/studio/qr-codes/{qrCodeId}

Path Parameters

ParameterTypeDescription
qrCodeIdstring (UUID)The ID of the QR code to delete

Response

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