All URIs are relative to https://your-apigw-id.execute-api.region.amazonaws.com/Prod
| Method | HTTP request | Description |
|---|---|---|
| AddItemToDeletionQueue | PATCH /v1/queue | Adds an item to the deletion queue (Deprecated: use PATCH /v1/queue/matches) |
| AddItemsToDeletionQueue | PATCH /v1/queue/matches | Adds one or more items to the deletion queue |
| DeleteMatches | DELETE /v1/queue/matches | Removes one or more items from the deletion queue |
| ListDeletionQueueMatches | GET /v1/queue | Lists deletion queue items |
| StartDeletionJob | DELETE /v1/queue | Starts a job for the items in the deletion queue |
Adds an item to the deletion queue (Deprecated: use PATCH /v1/queue/matches)
| Name | Type | Description | Notes |
|---|---|---|---|
| CreateDeletionQueueItem | CreateDeletionQueueItem | Request body containing details of the Match to add to the Deletion Queue |
Adds one or more items to the deletion queue
| Name | Type | Description | Notes |
|---|---|---|---|
| ListOfCreateDeletionQueueItems | ListOfCreateDeletionQueueItems |
Removes one or more items from the deletion queue
| Name | Type | Description | Notes |
|---|---|---|---|
| ListOfMatchDeletions | ListOfMatchDeletions |
null (empty response body)
Lists deletion queue items
| Name | Type | Description | Notes |
|---|---|---|---|
| StartAt | String | Start at watermark query string parameter | [optional] [default to 0] |
| PageSize | Integer | Page size query string parameter. Min: 1. Max: 1000 | [optional] [default to null] |
Starts a job for the items in the deletion queue
This endpoint does not need any parameters.