Skip to main content
DELETE
/
api
/
admin
/
account
/
{id}
Delete account
curl --request DELETE \
  --url https://pria.praxislxp.com/api/admin/account/{id} \
  --header 'x-access-token: <api-key>'
{
  "success": true,
  "message": "User institution deleted successfully"
}

Authorizations

x-access-token
string
header
required

JWT token passed in x-access-token header

Path Parameters

id
string
required

Account ID

Response

Account deleted successfully

success
boolean
Example:

true

message
string

Success message

Example:

"User institution deleted successfully"