Skip to main content
DELETE
/
v1
/
account
/
keys
/
{key_id}
Delete API Key
curl --request DELETE \
  --url https://api.routeway.ai/v1/account/keys/{key_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "API key successfully deleted."
}
Deleting a key is permanent. Any application using it will immediately lose API access. Rotate to a new key before deleting the old one.
For a detailed walkthrough with examples, see the API Key Management guide.

Authorizations

Authorization
string
header
required

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

Path Parameters

key_id
integer
required

Response

Successful Response

message
string
default:API key successfully deleted.

Success message.