Archive a batch of deals by ID
POST
/crm/v3/objects/0-3/batch/archive https://api.hubapi.com
Archive multiple deals using their IDs.
Request Body
application/json
required
interface BatchInputSimplePublicObjectId10 {
inputs:SimplePublicObjectId [];
}
inputs:
}
Responses
204
No content
unknown
default */*
An error occurred.
interface Error {
category: string;
context?: { };
correlationId: string;
errors?:ErrorDetail [];
links?: { };
message: string;
subCategory?: string;
}
category: string;
context?: { };
correlationId: string;
errors?:
links?: { };
message: string;
subCategory?: string;
}