Withdraw Dispute Counter
Discard a draft counter you no longer want. The counter moves to withdrawn and stops appearing in the dispute’s counter list. Only a draft can be withdrawn — withdrawing a submitted counter returns 400 (a submitted response is already with the processor and can’t be retracted here).
Authentication
x-truemed-api-keystring
Sales channel API key for merchant server-to-server authentication
Path parameters
business_id
The Truemed dispute ID (UUID).
counter_id
The Truemed counter ID (UUID).
Response
Successful response
counter_id
Stable Truemed counter ID (UUID).
created_at
When this counter was created.
phase
Dispute phase this counter responds to.
revision
Optimistic-lock revision; echo it back on the next draft save to detect conflicts.
state
Counter lifecycle state.
updated_at
When this counter was last updated.
evidence_items
The categorized evidence captured on this counter.
submitted_at
When this counter was submitted to the processor.
submitted_by
Email of the dashboard user who submitted this counter; null for drafts or API-key submissions.
Errors
400
Bad Request Error
404
Not Found Error
405
Method Not Allowed Error
500
Internal Server Error
501
Not Implemented Error