Revoke a user's access to an organization for a application.
Revoke a user's access to an organization for a application by application id, user id and organization id.
Path parameters
-
id
string Required The unique identifier of the application.
-
userId
string Required The unique identifier of the user.
-
organizationId
string Required The unique identifier of the organization.
DELETE
/api/applications/{id}/users/{userId}/consent-organizations/{organizationId}
curl \
--request DELETE 'https://[tenant_id].logto.app/api/applications/{id}/users/{userId}/consent-organizations/{organizationId}' \
--header "Authorization: Bearer $ACCESS_TOKEN"