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