Skip to main content
DELETE
/
apps
/
{app_id}
/
keys
/
{key_id}
Revoke App Key
curl --request DELETE \
  --url https://api.ara.so/apps/{app_id}/keys/{key_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

app_id
string
required
key_id
string
required

Response

Successful Response