Delete Project
Delete a project. This will delete all the data sources and chat history associated with this project. You can not undo this operation. Please be careful before running this operation.
Path Parameters
projectId uuid required
Your magic AI project id
Responses
- 200
- 400
- 401
- 403
- 500
successful operation
application/json
Schema
Example (from schema)
Schema
status string
{
"status": "ok"
}
The specified parameter is invalid
application/json
Schema
Example (from schema)
Schema
message string required
details string required
code string required
unique error code
{
"message": "Invalid Request",
"details": "Project already exists",
"code": "PROJECT_EXISTS"
}
Authentication information is missing or invalid
Response Headers
WWW_Authenticate string
You don't have permission to access this resource
application/json
Schema
Example (from schema)
Schema
message string required
details string required
code string required
unique error code
{
"message": "Invalid Request",
"details": "Project already exists",
"code": "PROJECT_EXISTS"
}
An unexpected error occurred
application/json
Schema
Example (from schema)
Schema
message string required
details string required
code string required
unique error code
{
"message": "Invalid Request",
"details": "Project already exists",
"code": "PROJECT_EXISTS"
}
Loading...