Delete project
DELETE
https://api.wexa.ai/v1/project
Last modified:2025-04-25 10:22:31
Delete Project by ID
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.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.wexa.ai/v1/project?projectId=67fe1b6ee2bc88194699904c' \
--header 'x-api-key;'
Response Response Example
{}
Request
Query Params
projectId
string
required
Example:
67fe1b6ee2bc88194699904c
Responses
Modified at 2025-04-25 10:22:31