Delete an attachment from a guest-owned comment

DELETE /shared/playlists/{token}/comments/{comment_id}/attachments/{attachment_id}
DELETE /shared/playlists/{token}/comments/{comment_id}/attachments/{attachment_id}
curl \
 --request DELETE 'http://api.example.com/shared/playlists/{token}/comments/{comment_id}/attachments/{attachment_id}' \
 --header "Authorization: $API_KEY"