curl --request DELETE \
--url https://api.avidoai.com/v1/quickstarts/uploads/{id} \
--header 'x-api-key: <api-key>' \
--header 'x-application-id: <api-key>'{
"message": "Resource not found"
}Deletes a quickstart CSV upload by ID. Verifies ownership by org and application before deletion.
curl --request DELETE \
--url https://api.avidoai.com/v1/quickstarts/uploads/{id} \
--header 'x-api-key: <api-key>' \
--header 'x-application-id: <api-key>'{
"message": "Resource not found"
}Your unique Avido API key
Your unique Avido Application ID
The unique identifier of the quickstart upload
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Upload deleted successfully