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_idstringRequired

The Truemed dispute ID (UUID).

counter_idstringRequired

The Truemed counter ID (UUID).

Response

Successful response
counter_idstring

Stable Truemed counter ID (UUID).

created_atdatetime
When this counter was created.
phaseenum
Dispute phase this counter responds to.
revisioninteger

Optimistic-lock revision; echo it back on the next draft save to detect conflicts.

stateenum
Counter lifecycle state.
updated_atdatetime
When this counter was last updated.
evidence_itemslist of objectsDefaults to []
The categorized evidence captured on this counter.
submitted_atdatetime or null
When this counter was submitted to the processor.
submitted_bystring or null

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