Delete a batch of Blog Authors
POST
/cms/v3/blogs/authors/batch/archive https://api.hubapi.com
Delete the Blog Author objects identified in the request body.
Request Body
application/json
required
The JSON array of Blog Author ids.
interface BatchInputString {
inputs: string[];
}
inputs: string[];
}
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;
}