Delete Project
DELETEhttps://api.relari.ai/v2/projects/:projectid/
Delete a project.
Args: projectid (str): The project ID.
Request
Path Parameters
projectid Projectidrequired
Responses
- 204
- 422
Successful Response
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
detail
object[]
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X DELETE 'https://api.relari.ai/v2/projects/:projectid/' \
-H 'X-API-Key: <API_KEY_VALUE>'
ResponseClear