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