Skip to main content
POST
/
v2
/
issuer
/
cases
/
{case_id}
/
withdraw
Withdraw a case
curl --request POST \
  --url https://api.decisionly.com/v2/issuer/cases/{case_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

case_id
string
required

Response

Accepted. The case withdrawal has been initiated. The case 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