Skip to main content
DELETE
/
api
/
user
/
api-key-usage
/
{id}
Forget a device row from the caller's list (cosmetic only)
curl --request DELETE \
  --url https://pria.praxislxp.com/api/user/api-key-usage/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.praxis-ai.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT token passed in authorization header

Path Parameters

id
string
required

Mongo ObjectId of the row to forget.

Response

Row forgotten.

success
boolean