Remove organization application role
Remove a role from the application in the organization.
Path parameters
-
id
string Required The unique identifier of the organization.
-
applicationId
string Required The unique identifier of the application.
-
organizationRoleId
string Required The unique identifier of the organization role.
DELETE
/api/organizations/{id}/applications/{applicationId}/roles/{organizationRoleId}
curl \
--request DELETE 'https://[tenant_id].logto.app/api/organizations/{id}/applications/{applicationId}/roles/{organizationRoleId}' \
--header "Authorization: Bearer $ACCESS_TOKEN"