Delete a comment previously posted by the same guest.
DELETE
/shared/playlists/{token}/comments/{comment_id}
curl \
--request DELETE 'http://api.example.com/shared/playlists/{token}/comments/{comment_id}' \
--header "Authorization: $API_KEY"