curl --request DELETE \
--url https://api.eu.bronto.io/users/{userId} \
--header 'X-BRONTO-API-KEY: <api-key>'{
"code": 201,
"correlation_id": "<string>",
"message": "<string>"
}Permanently removes a user from the system. This action cannot be undone. All associated data and permissions for this user will be removed. Only administrators can delete users.
curl --request DELETE \
--url https://api.eu.bronto.io/users/{userId} \
--header 'X-BRONTO-API-KEY: <api-key>'{
"code": 201,
"correlation_id": "<string>",
"message": "<string>"
}