remove_content
The job enables you to delete specific content from an archive or delete the entire archive.
Required Account Privileges: "read-write"
Request JSON ["inputs"]:
"archive":
string (3 <= len <= 30) unique in account
null NOT allowed
A unique string identifier for the archive within your account.
"archive_content_ids_subset":
list of ints
null allowed
Optional. A list of integers representing the IDs of the specific contents to consider for filtering. If not provided, all contents in the archive will be considered.
"delete_archive":
bool
null NOT allowed
A boolean indicating whether to delete the entire archive.Response JSON ["results"]
The job does not return results in the response JSON