Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X DELETE https://api.arouter.ai/api/v1/keys/KEY_HASH \ -H "Authorization: Bearer lr_mgmt_xxxx"
err := client.DeleteKey(ctx, "KEY_HASH")
await router.deleteKey("KEY_HASH");
Delete an API key by its hash. Deleted keys are immediately invalidated.