DynamoDB API
Delete
Delete an entry from your DynamoDB table
DELETE
/
dynamodb
/
{YOUR_DB_NAME}
/
delete
Path
The name of the DynamoDB you want to interact with.
Body
ID of the element you want to remove from the table
Response
Based off of standard HTTP request guidelines
Information regarding your delete request