Skip to main content
POST
Withdraw a dispute

Authorizations

Authorization
string
header
required

API key sent as Authorization: Bearer <api-key>.

Path Parameters

disputeId
string
required

Delivery dispute id (prefixed dispute:).

Body

application/json
actor
string

Defaults to the key's developerId. Must match the dispute's openedBy.

notes
string | null

Response

The withdrawn dispute.

ok
boolean
required
data
object
required

Route-specific payload. Operation responses refine this.

contractVersion
string
required
Allowed value: "v1.0"