Skip to main content
POST
/
v2
/
issuer
/
claims
/
{claim_id}
/
withdraw
Withdraw a claim
curl --request POST \
  --url https://api.decisionly.com/v2/issuer/claims/{claim_id}/withdraw \
  --header 'Authorization: Basic <encoded-value>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Use your API key as the username. No password is required.

Path Parameters

claim_id
string
required

Response

Accepted. The claim withdrawal has been initiated. All cases will have closed_reason set to 'withdrawn'. Cases with status 'created' will have status 'closed', while cases that have been filed will have status 'lost'.

success
boolean