Bulk

Bulk Documentation

Bulk [BULK DELETE]

Bulk [BULK DELETE]

Request

Endpoint

DELETE /api/v2/appeals/excluded_appeal_contacts/bulk
Content-Type: application/vnd.api+json

Body

{
  "data": [
    {
      "data": {
        "type": "excluded_appeal_contacts",
        "id": "f04e79d9-926f-440b-87d4-b24178a99395"
      }
    }
  ]
}

Response

Headers

Content-Type: application/vnd.api+json; charset=utf-8
200 OK

Body

[
  {
    "data": {
      "id": "f04e79d9-926f-440b-87d4-b24178a99395",
      "type": "excluded_appeal_contacts",
      "attributes": {
        "created_at": "2022-01-12T17:18:16Z",
        "reasons": null,
        "updated_at": "2022-01-12T17:18:16Z",
        "updated_in_db_at": "2022-01-12T17:18:16Z"
      },
      "relationships": {
        "appeal": {
          "data": {
            "id": "a76cfea2-7d02-4420-bd1e-8038a5ca1244",
            "type": "appeals"
          }
        },
        "contact": {
          "data": {
            "id": "bd70ee24-79ad-4335-8d8a-6b62eafde6de",
            "type": "contacts"
          }
        }
      }
    }
  }
]

Last updated