DeleteTable #
Overview #
Delete the indicated Dynamodb table and all of its items. After a DeleteTable request, the specified table is in the DELETING state until DynamoDB completes the deletion. If the table is in the ACTIVE state, you can delete it.
AWS API Reference: https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_DeleteTable.html
Method #
DELETE_TABLE
Import Parameters #
The request uses the following import parameters.
-
i_user_name
Required: Yes.
The IAM user of AWS account.
-
i_table_name
Required: Yes.
Name of the table to be created.
-
i_region
Required: Yes.
Name of the region.
Export Parameters #
This method use the following export parameters:
-
e_http_status
HTTP Status code. Returns 200 if no errors found.
-
e_response_headers
Returns information about the request in format Name/Value pair values.
-
e_response_content
Response content in string format.