Reject one tracked change
Rejects a single tracked change, by its `tc` id.
`?revision` is the session revision you read the `tc` ids at. Suggestion ids are POSITIONAL — any edit renumbers them — so passing it turns a stale id into a `409 revision_conflict` instead of a silent hit on the wrong change.
**Learn more:** [Redlining](https://docs.cloudraker.com/developers/file-tools)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
sessionId
tcId
Query parameters
revision
Response
The new revision.
revision
summary
Errors
404
Not Found Error
409
Conflict Error
429
Too Many Requests Error