Header name | Description |
---|---|
Content-Type required |
application/json |
X-API-KEY required |
YOUR_API_KEY |
// Failed request POST /api/v2/assets/not-found-id/trash_bin 404 { "error": "asset not found" }
// Successful request POST /api/v2/assets/83q3xVMeDRY-1zxunRUg/trash_bin 200 { "ok": "ok" }
Code | Description |
---|---|
401 | Unauthorized |
404 | Not found |
500 | Internal Server Error |
422 | Missing parameters |