Create a job to remove all recontact respondent IDs
POST/demand/accounts/:account_id/projects/:project_id/target-groups/:target_group_id/recontacts/jobs/remove-all-rsids
This endpoint creates an asynchronous job to remove all stored Respondent IDs (RSIDs) recontact opportunities for the specified Target Group.
A successful request returns a 201 Created response with a job_id that you can use to track the operation's status.
Only one recontact job can run at a time per Target Group. If a job is already in Processing status for this Target Group, the API will return a 409 Conflict error.
Estimated execution time: Removing 10,000 respondents typically takes between 3 and 5 minutes.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 409
- 500
Returns the newly created job ID for tracking the removal process.
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.