Skip to main content

Reject Inbound Changes

POST 

/api/airtable/instances/:instance/inbound-changes/reject

Reject queued inbound changes so they are not applied. Send "all": true to reject every pending change for the connection, or "ids": [..] to reject specific changes.

Body fields:

  • all (boolean, optional): reject every pending change when true.
  • ids (array of integers, optional): the specific change ids to reject when all is not set.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type