# Unassign roles from user Disassociate roles from a specific user for a specific account (tenant). Include the role IDs in the request body as an array of strings. Endpoint: DELETE /resources/users/v1/{userId}/roles Security: bearer ## Path parameters: - `userId` (string, required) ## Header parameters: - `frontegg-tenant-id` (string, required) The account (tenant) ID identifier ## Request fields (application/json): - `roleIds` (array, required) ## Response 200 fields (application/json): - `tenantId` (string, required) - `userId` (string, required) - `roles` (array, required) - `roles.id` (string, required) - `roles.key` (string, required) - `roles.name` (string, required) - `roles.description` (string, required) - `roles.isDefault` (boolean, required) - `roles.level` (number, required) - `roles.createdAt` (string, required)