BatchDeleteUniqueId
Deletes multiple unique IDs in a matching workflow.
Request Syntax
DELETE /matchingworkflows/workflowName
/uniqueids HTTP/1.1
inputSource: inputSource
uniqueIds: uniqueIds
URI Request Parameters
The request uses the following URI parameters.
- inputSource
-
The input source for the batch delete unique ID operation.
Pattern:
^arn:(aws|aws-us-gov|aws-cn):glue:[a-z]{2}-[a-z]{1,10}-[0-9]:[0-9]{12}:(table/[a-zA-Z_0-9-]{1,255}/[a-zA-Z_0-9-]{1,255})$
- uniqueIds
-
The unique IDs to delete.
Length Constraints: Minimum length of 1. Maximum length of 780.
Pattern:
^[a-zA-Z_0-9-+=/,]*$
Required: Yes
- workflowName
-
The name of the workflow.
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
^[a-zA-Z_0-9-]*$
Required: Yes
Request Body
The request does not have a request body.
Response Syntax
HTTP/1.1 200
Content-type: application/json
{
"deleted": [
{
"uniqueId": "string"
}
],
"disconnectedUniqueIds": [ "string" ],
"errors": [
{
"errorType": "string",
"uniqueId": "string"
}
],
"status": "string"
}
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
- deleted
-
The unique IDs that were deleted.
Type: Array of DeletedUniqueId objects
- disconnectedUniqueIds
-
The unique IDs that were disconnected.
Type: Array of strings
Length Constraints: Minimum length of 1. Maximum length of 780.
Pattern:
^[a-zA-Z_0-9-+=/,]*$
- errors
-
The errors from deleting multiple unique IDs.
Type: Array of DeleteUniqueIdError objects
- status
-
The status of the batch delete unique ID operation.
Type: String
Valid Values:
COMPLETED | ACCEPTED
Errors
For information about the errors that are common to all actions, see Common Errors.
- InternalServerException
-
This exception occurs when there is an internal failure in the AWS Entity Resolution service.
HTTP Status Code: 500
- ResourceNotFoundException
-
The resource could not be found.
HTTP Status Code: 404
- ValidationException
-
The input fails to satisfy the constraints specified by AWS Entity Resolution.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: