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