Delete
Mutation API
Delete
POST
Delete
Delete mutation
For delete mutations, the request body is aDeleteMutationRequest object with the following shape:
DeleteMutationRequest
Parameters
The ID of the sync that the mutations should apply to.
The ID of the collection that the mutations should apply to.
A list of one or more upstream IDs.
A list of one or more consumer IDs. See await consumers below.
The number of milliseconds to wait for consumers to finish processing a mutation. Defaults to
30000 (30 seconds). See await consumers below.Response
If the mutation succeeds, Sequin will return a JSON object with arecords property containing each record:
200 OK
400 Bad Request response with an error message:
400 Bad Request
504 Gateway Timeout response with an error message:
504 Gateway Timeout

