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
}

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