app

Disable automatic sync for an app installation whose credentials are failing

post/v1/app/org/{orgId}/install/{appUserId}/disable-sync

Path parameters

orgIdstring required

Org identifier (either id or slug)

appUserIdstring required

App user id

Request body

reasonstring

Human-readable reason sync was disabled; shown to admins and recorded on the installation

Response

successful operation

disabledboolean required

True when this call disabled a previously-enabled sync; false if it was already off

Changes

No recorded changes to this endpoint across all 9 revisions of this API.