How to Delete a Application when you have a error

I can no longer access my application and receive this error message

{
  "code": 7,
  "message": "error:pkg/auth/rights:insufficient_application_rights (insufficient rights for application `--@ttn`)",
  "details": [
    {
      "@type": "type.googleapis.com/ttn.lorawan.v3.ErrorDetails",
      "namespace": "pkg/auth/rights",
      "name": "insufficient_application_rights",
      "message_format": "insufficient rights for application `{uid}`",
      "attributes": {
        "missing": [
          "RIGHT_APPLICATION_INFO"
        ],
        "uid": "-@ttn"
      },
      "correlation_id": "-----",
      "code": 7
    }
  ]
}

It looks like you deleted some essential information from this error, so I’m afraid there’s not much we can do to help here. If you want help, please provide as much information as possible.

Overall the “error” message is more one of feedback - you do not have the user privileges to delete it.

Is this your gateway or are you a collaborator? If the former, did you change your access for the gateway?

1 Like

Hi, thanks for the reply.
I think I deleted some information on my account, which I shouldn’t have done, and I thought I could get it back. What I have done is that I have created a new application now and everything is ok.