delete record
DELETE
https://api.wexa.ai/storage/{projectID}/{tableId}
Last modified:2025-04-25 12:00:46
Retrieve Tables by Project ID
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.wexa.ai/storage//?projectID=67fdea40aac77be632954f13' \
--header 'x-api-key: {{x-api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{"storage_ids"
:
["68071f1d1a9ea363140a26e3"]}'
Response Response Example
{
"deleted_count": 1
}
Request
Path Params
projectID
string
required
tableId
string
required
Query Params
projectID
string
required
Example:
67fdea40aac77be632954f13
Header Params
x-api-key
string
required
Example:
{{x-api-key}}
Body Params application/json
Responses
Modified at 2025-04-25 12:00:46