# Remove member from application

Remove a member from an application. Once removed, the member will no longer be associated with the application. This should be called from the backend, using an app access token. Required permissions: apps:edit, [appId]:edit, users:edit.

Endpoint: DELETE /v1/organizations/{organization_id}/members/{user_id}
Security: OrgAdminAccessToken, ClientAccessToken

## Path parameters:

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

  - `user_id` (string, required)
    ID of the user to remove


## Response 204 fields
