Routes
Delete user
DELETEhttps://api.insurely.com/users/{userUuid}
Anonymize a user (soft delete). Sets externalId to null and marks user as anonymized.
Request
Path Parameters
userUuidstring
Header Parameters
Insurely-Versionstring
Specifies the API version to use. Must match the version of the endpoint you are targeting.
Possible Enum values are
2026-04-01.Responses
User successfully deleted.
Body
cURL
curl https://api.insurely.com/users/{userUuid} \
-H "authorization-token: <authorization-token>" \
-X DELETE