Delete a Case
The Action Management API allows the deletion of single cases via the Delete Case endpoint.
Deleting a case is a permanent action that cannot be undone via the API. Please ensure you use the correct hub ID and case ID in your Delete request. |
Deleting a case is not the same operation as closing a case. To close a case, see Update the Status of a Case. |
Request
DELETE https://<host>/v1/actionmanagement/hubs/6435/cases/2006121
Accept: application/json
Authorization: Bearer <access_token>
If the case was successfully deleted, the API will respond with 204 (No Content)
.