# Revoke user sessions in organization

Revokes all refresh tokens and signs the specified user out of all sessions within the specified application and organization. <br><br>**Required permissions**: `apps:delete`, `[appId]:delete`, `sessions:delete`.

Endpoint: DELETE /v1/sessions/{app_id}/{organization_id}/{user_id}/all
Security: ClientAccessToken

## Path parameters:

  - `app_id` (string, required)
    ID of the application

  - `organization_id` (string, required)
    ID of the organization

  - `user_id` (string, required)
    ID of the user to revoke sessions for

## Response 200 fields (application/json):

  - `result` (object, required)

  - `result.deleted_count` (number, required)
    Number of sessions that were deleted

