Request Queues
Delete Requests
Use this API to delete requests in bulk. The associated subtasks, attachments, and Results Summaries will also be deleted. Request deletion is a permanent action that should be exercised with caution.
put/api/datasubject/v2/requestqueues/bulkdelete/{language}
Path parameters
languagestring required
A language code that identifies the language in which the request data should be returned, assuming translations are available for that language. Examples: en-us for English, de for German, fr for French, etc.
Request body
Example request
{
"RequestIDs": [
"8KDL2A4JAM",
"S62QF8K5PJ"
],
"CreatedDateRange": {
"StartDate": "2019-05-31T12:43:24.173Z",
"EndDate": "2019-05-31T12:44:24.173Z"
},
"EndDateRange": {
"StartDate": "2019-05-31T12:43:24.173Z",
"EndDate": "2019-05-31T12:44:24.173Z"
},
"ModifiedDateRange": {
"StartDate": "2019-05-31T12:43:24.173Z",
"EndDate": "2019-05-31T12:44:24.173Z"
},
"Status": "EXPIRED",
"Organization": "BRAND A",
"Country": "US",
"WorkflowID": "4f068b73-4edc-4920-a00c-9f39cd01c5f6",
"WebformID": "0388dd81-0c41-4181-a47c-1e2777727b73",
"RequestType": "Opt Out",
"SubjectType": "Employee"
}Response
OK