Remove Tenant Source by RoyaltySource ID
Sources
Remove Tenant Source by RoyaltySource ID
Removes a tenant source association by the RoyaltySource ID.
DELETE
Remove Tenant Source by RoyaltySource ID
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
Required Role
adminorownerrole within the tenant
Important: ID Parameter
Theid parameter represents the RoyaltySource ID, not the TenantSource association ID.
This endpoint deletes the tenant’s source association WHERE RoyaltySourceId = id AND TenantId = authenticated_tenant.
Business Rules
- Can only remove own tenant’s associations
- Permanently removes the association (does not just deactivate)
- Does NOT delete the underlying RoyaltySource record
Side Effects
- Triggers regeneration of tenant’s sales data query cache
- Updates tenant-specific BigQuery query configurations
Alternative: Deactivate Instead
If you want to temporarily disable a source without removing it, use thePOST /sources/{id}/deactivate endpoint instead. This preserves the
association and settings for potential reactivation later.
Authorization:
- Required role:
adminor higher