Creates a job to remove all respondent exclusions by type
POST/demand/accounts/:account_id/projects/:project_id/target-groups/:target_group_id/exclusions/jobs/remove-all-respondents
Creates a job to remove all the specified exclusion respondents for the specified Target Group ID. This returns an identifier that can retrieve the job execution information, including the status. Only one job can run at a time for a Target Group. If another job is already running before the endpoint is called for the same Target Group, a conflict response will be returned. While execution time may vary, removing 10,000 respondents typically takes between 3 and 5 minutes.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 409
- 500
The job was created successfully. Use the returned job_id to track its status.
A request is not valid and can't be processed.
A request is unauthorized.
A requested is forbidden.
A requested resource isn't found.
An already existing resource has conflicts with the request.
A request failed due to an internal error.