I followed incoming bot python to send a message with webhook and I want to delete it with Method:delete.
But I get error 401 and following is the error message.
{'error': {'code': 401,
'message': 'Request is missing required authentication credential. '
'Expected OAuth 2 access token, login cookie or other '
'valid authentication credential. See '
'https://developers.google.com/identity/sign-in/web/devconsole-project.',
'status': 'UNAUTHENTICATED'}}
Webhook seems to use key and token as authorization. But I cannot delete the message with the same url (with the target "data-id").