Get early access 🔓 contact us at sales@cariqa.com
curl --request DELETE \
--url https://connect.cariqa.com/api/v1/users/{user_id}/ \
--header 'Authorization: Bearer <token>'{
"detail": "<string>",
"error": {
"type": "<string>",
"details": {}
}
}Soft-delete user
curl --request DELETE \
--url https://connect.cariqa.com/api/v1/users/{user_id}/ \
--header 'Authorization: Bearer <token>'{
"detail": "<string>",
"error": {
"type": "<string>",
"details": {}
}
}Documentation Index
Fetch the complete documentation index at: https://docs.cariqa.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?