POST <webUrl>/_api/web/lists(guid'[id]')
or
POST <webUrl>/_api/web/lists/GetByTitle('[title]')
accept: application/json;odata=nometadata
X-HTTP-Method: DELETE
x-requestdigest: 0x5AB7E...
Ensure you have access token for the web specified in the `webUrl` option.
Delete specified list
spo list remove -t|--title [title] -i|--id [id] -u|--webUrl <webUrl> --confirmDelete list using: