Batch

Archive a batch of quotes by ID

Archive multiple quotes by their IDs in a single request, effectively moving them to the recycling bin.

post/crm/v3/objects/quotes/batch/archive

Request body

Example request

{
  "inputs": [
    {
      "id": "430001"
    }
  ]
}

Response

No content

Changes