I used admin API created a consumer like this
curl http://127.0.0.1:9080/apisix/admin/consumers -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -d '
{
"username": "user123",
"plugins": {
"jwt-auth": {
"key": "dd",
"secret": "my-secret-key"
}
}
}'
but when I try to delete it by dashboard, it prompt error

I used admin API created a consumer like this
but when I try to delete it by dashboard, it prompt error
