Update Disabled Functions
Set the functions disabled for the connection associated with your access token. Disabled functions stop syncing and are rejected for writes. Pass an empty list to re-enable everything; re-enabled crawls backfill on the next sync. Pass null to clear the connection setting so it follows your org’s policy instead.
Headers
Your organization-level Trackstar API key.
"<x-trackstar-api-key>"
Your user's access token for a specific integration (ShipHero, Extensiv, etc).
"<x-trackstar-access-token>"
Body
Function names to disable for this connection (e.g. ['get_orders']). This replaces the connection's full disabled set, it is not added to it. Pass an empty list to re-enable everything on this connection, or null to clear the connection setting and defer to your org's policy.