Skip to main content
DELETE
/
v2
/
issuer
/
cases
/
{case_id}
Delete a case
curl --request DELETE \
  --url https://api.decisionly.com/v2/issuer/cases/{case_id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.decisionly.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

case_id
string
required

Response

Returns a confirmation message.

success
boolean