Skip to main content
DELETE
/
api
/
v1
/
users
/
{user_id}
Soft-delete User
curl --request DELETE \
  --url https://connect.cariqa.com/api/v1/users/{user_id}/ \
  --header 'Authorization: Bearer <token>'
{
  "detail": "<string>",
  "error": {
    "details": "<string>",
    "payment_intent_client_secret": "<string>"
  }
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

user_id
string
required

Response

No response body