For AI agents and LLMs: a machine-readable index is available at llms.txt. A plain-Markdown version of any documentation page is available by appending .md to its URL.
Skip to main content
extensionsDelete extension from our lambda storage
TestMu AI
StatusCommunityBlog
extensions

Delete extension from our lambda storage

This API deletes extension from lambda storage

DEL
/files/extensions/delete
Delete extension from our lambda storage
curl --request DELETE \
--url "https://api.lambdatest.com/automation/api/v1/files/extensions/delete" \
--header "Authorization: Basic <encoded-value>" \
--header "Content-Type: application/json" \
--data '{
"key": "<key>"
}'
{
"message": "File have been successfully deleted from our lambda storage",
"status": "success"
}

Authorizations

Authorizationstringheaderrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json

To delete a extension

keystringrequired

Response

application/json

Successful operation

messagestring
statusstring
Delete extension from our lambda storage
curl --request DELETE \
--url "https://api.lambdatest.com/automation/api/v1/files/extensions/delete" \
--header "Authorization: Basic <encoded-value>" \
--header "Content-Type: application/json" \
--data '{
"key": "<key>"
}'
{
"message": "File have been successfully deleted from our lambda storage",
"status": "success"
}