# Revoke a user's access to an organization for a application. **DELETE /api/applications/{id}/users/{userId}/consent-organizations/{organizationId}** Revoke a user's access to an organization for a application by application id, user id and organization id. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **id** (string) The unique identifier of the application. - **userId** (string) The unique identifier of the user. - **organizationId** (string) The unique identifier of the organization. ## Responses ### 204 The user's access to the organization is revoked for the application. ### 400 Bad Request ### 401 Unauthorized ### 403 Forbidden ### 404 The application, user or organization is not found. ### 422 Unprocessable Content [Powered by Bump.sh](https://bump.sh)