Search + K

Command Palette

Search for a command to run...

Sign In

Archive a batch of deals by ID

POST /crm/v3/objects/0-3/batch/archive
Copy endpoint
https://api.hubapi.com

Archive multiple deals using their IDs.

Request Body

application/json required
interface BatchInputSimplePublicObjectId10 {
inputs: SimplePublicObjectId
interface SimplePublicObjectId {
id: string;
}
[]
;
}

Responses

204

No content

unknown
default */*

An error occurred.

interface Error {
category: string;
context?: { };
correlationId: string;
errors?: ErrorDetail
interface ErrorDetail {
code?: string;
context?: { };
in?: string;
message: string;
subCategory?: string;
}
[]
;
links?: { };
message: string;
subCategory?: string;
}