ScalepointDeveloper Portal
Delete Case APIOperations

Delete case

DELETE
/{version}/case

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

version*"v1"

API version

Default"v1"

Value in

  • "v1"

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/case" \  -H "Content-Type: application/json" \  -d '{    "caseIdentifierType": "CaseNumberRequest",    "execute": true,    "caseNumber": "CN10000"  }'
{  "requestId": "d385ab22-0f51-4b97-9ecd-b8ff3fd4fcb6",  "found": true,  "deleted": true,  "messages": [    "An additional message about the context of the deletion"  ]}