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": "b52bc9b1-4ac9-44c4-b79b-632191be9bd6"
      }
    }
  ]
}

Response

Headers

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

Body

[
  {
    "data": {
      "id": "b52bc9b1-4ac9-44c4-b79b-632191be9bd6",
      "type": "excluded_appeal_contacts",
      "attributes": {
        "created_at": "2021-11-23T14:37:29Z",
        "reasons": null,
        "updated_at": "2021-11-23T14:37:29Z",
        "updated_in_db_at": "2021-11-23T14:37:29Z"
      },
      "relationships": {
        "appeal": {
          "data": {
            "id": "43b128eb-d4e8-4779-a129-690661aff457",
            "type": "appeals"
          }
        },
        "contact": {
          "data": {
            "id": "aba2f7e7-38b4-4969-bbf3-4f188c6c50fe",
            "type": "contacts"
          }
        }
      }
    }
  }
]

Last updated