Bulk
Bulk Documentation
Bulk [BULK DELETE]
Bulk [BULK DELETE]
Request
Endpoint
DELETE /api/v2/appeals/appeal_contacts/bulk
Content-Type: application/vnd.api+jsonBody
{
"data": [
{
"data": {
"type": "appeal_contacts",
"id": "1ba210a0-b710-4d3c-b521-bb98a4ad8e43"
}
}
]
}Response
Headers
Body
Bulk [BULK POST]
Bulk [BULK POST]
Request
Endpoint
Body
Response
Headers
Body
Fields
Attributes
created_at
Type
date
Description The timestamp of when this resource was created
updated_at
Type
date
Description The timestamp of when this resource was last updated
updated_in_db_at
Type
date
Description This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.
Last updated