DELETE
/users/{userId}
curl \
--request DELETE 'https://api.goklaro.fr/api/public/users/{userId}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (401)
{
"error": "Unauthorized",
"message": "Invalid token.",
"statusCode": 401
}
Response examples (429)
{
"error": "Rate limit exceeded",
"retryAfter": 60000
}
Response examples (404)
{
"path": "/api/public/users/{{userId}}",
"message": "Not Found",
"timestamp": "2025-03-05T11:42:24.720Z",
"statusCode": 404
}