curl --request DELETE \
--url https://dev.startree.ai/instances/{instanceName} \
--header 'Authorization: <api-key>'
Drop an instance
curl --request DELETE \
--url https://dev.startree.ai/instances/{instanceName} \
--header 'Authorization: <api-key>'
The format of the key is "Basic <token>" or "Bearer <token>"
Instance name
Was this page helpful?