Create a job to remove all the Recontact opportunities added to a Target Group
POST/demand/accounts/:account_id/projects/:project_id/target-groups/:target_group_id/recontacts/jobs/remove-all-rsids
Creates a job to remove all the specified Respondent ID (RSID) Recontact opportunities added to a Target Group. This will return an identifier that can be used to 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 generated job response for the requested respondent ID recontacts removal
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.