delete record
DELETE
api.wexa.ai/storage/67fdea40aac77be632954f13/68071b771a9ea363140a2675
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'api.wexa.ai/storage/67fdea40aac77be632954f13/68071b771a9ea363140a2675?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
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-23 12:53:01