Amazon Translate
    Amazon Translate
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST

      /

      The Amazon Translate multi-region endpoint
      http://translate.{region}.amazonaws.com
      The Amazon Translate multi-region endpoint
      http://translate.{region}.amazonaws.com
      POST
      /
      Deletes a parallel data resource in Amazon Translate.
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location -g --request POST 'http://translate.{region}.amazonaws.com/' \
      --header 'X-Amz-Target;' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "Name": "string"
      }'
      Response Response Example
      200 - Example 1
      {
        "Name": "string",
        "Status": "CREATING"
      }

      Request

      Header Params
      X-Amz-Target
      string 
      required
      Body Params application/json
      Name
      string 
      required
      The name of the parallel data resource that is being deleted.
      >= 1 characters<= 256 characters
      Match pattern:
      ^([A-Za-z0-9-]_?)+$
      Examples

      Responses

      🟢200Success
      application/json
      Body
      Name
      string 
      optional
      The name of the parallel data resource that is being deleted.
      >= 1 characters<= 256 characters
      Match pattern:
      ^([A-Za-z0-9-]_?)+$
      Status
      enum<string> 
      optional
      The status of the parallel data deletion.
      Allowed values:
      CREATINGUPDATINGACTIVEDELETINGFAILED
      🟠480ConcurrentModificationException
      🟠481ResourceNotFoundException
      🟠482TooManyRequestsException
      🟠483InternalServerException
      Modified at 2022-09-12 09:51:45
      Previous
      /
      Next
      /
      Built with