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
-
The unique identifier of the application.
-
The unique identifier of the user.
-
The unique identifier of the organization.
DELETE /api/applications/{id}/users/{userId}/consent-organizations/{organizationId}
curl \
-X DELETE https://[tenant_id].logto.app/api/applications/{id}/users/{userId}/consent-organizations/{organizationId} \
-H "Authorization: Bearer $ACCESS_TOKEN"