curl --request DELETE \
--url https://api.avala.ai/api/v1/agents/{uid}/ \
--header 'X-Avala-Api-Key: <api-key>'Use this endpoint to delete agent in the Avala API using DELETE on /agents//.
curl --request DELETE \
--url https://api.avala.ai/api/v1/agents/{uid}/ \
--header 'X-Avala-Api-Key: <api-key>'Was this page helpful?