Skip to main content
Version: 2025-12-18

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.

Operational Constraint

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

Returns the newly created job ID for tracking the removal process.