projectID
. This endpoint allows you to delete a project, including all associated resources such as AgentFlows, agents, and skills. It's essential to exercise caution when using this endpoint, as the deletion is irreversible and all data related to the project will be lost.curl --location --request DELETE 'https://api.wexa.ai/v1/project?projectId=67fe1b6ee2bc88194699904c' \
--header 'x-api-key: <api-key>'
{}