Header name | Description |
---|---|
Content-Type required |
application/json |
X-API-KEY required |
YOUR_API_KEY |
Param name | Description |
---|---|
project_id required |
Project ID Validations:
|
// Failed request DELETE /api/v2/projects/not-found-id 404 { "error": "project not found" }
// Successful request DELETE /api/v2/projects/rDKsxSyn3Xs522yVf_eq 200 { "ok": "ok" }
Code | Description |
---|---|
401 | Unauthorized |
404 | Not found |
500 | Internal Server Error |
422 | Missing parameters |