Skip to main content
DELETE
/
api
/
user
/
assistant
/
{id}
Soft-delete an assistant
curl --request DELETE \
  --url https://pria.praxislxp.com/api/user/assistant/{id} \
  --header 'x-access-token: <api-key>'
{
  "success": true,
  "message": "Assistant Deleted"
}

Authorizations

x-access-token
string
header
required

JWT token passed in x-access-token header

Path Parameters

id
string
required

The ObjectId of the assistant to delete

Response

Assistant successfully soft-deleted

success
boolean
Example:

true

message
string
Example:

"Assistant Deleted"