DELETE /v1/users/{user_id},X-API-KEY / X-API-SECRET are required—no end-user Bearer token).curl --location --request DELETE 'https://devapi.immigraflow.com/v1/client/users/' \
--header 'X-API-KEY: <api-key>' \
--header 'X-API-SECRET: <api-key>'{
"success": true,
"message": "string"
}