v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Case Management

Delete custom attribute from case

Delete custom attribute from case

delete/api/v2/cases/{case_id}/custom_attributes/{custom_attribute_key}

Path parameters

case_idstring required

Case's UUID or key

custom_attribute_keystring required

Case Custom attribute's key

Response

OK

Example response

{
  "data": {
    "attributes": {
      "jira_issue": {
        "status": "COMPLETED"
      },
      "key": "CASEM-4523",
      "priority": "NOT_DEFINED",
      "service_now_ticket": {
        "status": "COMPLETED"
      },
      "status": "OPEN",
      "status_group": "SG_OPEN",
      "status_name": "Open",
      "title": "Memory leak investigation on API",
      "type": "STANDARD",
      "type_id": "3b010bde-09ce-4449-b745-71dd5f861963"
    },
    "id": "aeadc05e-98a8-11ec-ac2c-da7ad0900001",
    "relationships": {
      "assignee": {
        "data": {
          "id": "00000000-0000-0000-0000-000000000000",
          "type": "user"
        }
      },
      "created_by": {
        "data": {
          "id": "00000000-0000-0000-0000-000000000000",
          "type": "user"
        }
      },
      "modified_by": {
        "data": {
          "id": "00000000-0000-0000-0000-000000000000",
          "type": "user"
        }
      },
      "project": {
        "data": {
          "id": "e555e290-ed65-49bd-ae18-8acbfcf18db7",
          "type": "project"
        }
      }
    },
    "type": "case"
  }
}