Close Case

1 minute read

Close an existing Axway Support case.

Request

Endpoint: https://sphereapi.admin.axway.com/sphere/api/v1/case

HTTP verb: DELETE

Parameters

Name Type Data Type Required Allow Multiple Description
n/a body CaseNote yes no Details required for case closure.

Example:

{
    "caseId": "00######",
    "subject": "Closure of case Example Case",
    "description": "Closing Example Case as it was resolved after feedback from Axway RnD.",
    "contact": "example@axway.com"
}

Response

HTTP status code: 200

Content:

Type Data Type Description
body Case (array) Details of the closed case.

Unsuccessful responses

Content:

Type Data Type Description
body ErrorResponse Details of the error that occurred.