Deactivate Tenant Source by RoyaltySource ID
Sources
Deactivate Tenant Source by RoyaltySource ID
Deactivates a tenant source association by the RoyaltySource ID.
POST
Deactivate Tenant Source by RoyaltySource ID
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
Required Permissions
sources:update
Important: ID Parameter
Theid parameter represents the RoyaltySource ID, not the TenantSource association ID.
Side Effects
- Sets
isActive=falseon the tenant source association - Triggers regeneration of tenant’s sales data query cache
- Updates tenant-specific BigQuery query configurations
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
RoyaltySource ID (not TenantSource ID)
Example:
"src-1"
Response
Source deactivated successfully
Example:
"Source deactivated successfully"