Skip to content

Schedule Project Deletion Tier 4

POST/api/projects/:id/deleteCopied!

Schedules a project for deletion.

The deletion time is set to 30 days after the request. The project remains accessible until that time and can be restored with Cancel Project Deletion.

Example

ts
await client.projects.scheduleDeletion("bdbff5de-96d7-468f-9db0-85fe28bd6b62");
bash
youvico project delete.schedule --id bdbff5de-96d7-468f-9db0-85fe28bd6b62
bash
curl -X POST 'https://api.youvico.com/api/projects/bdbff5de-96d7-468f-9db0-85fe28bd6b62/delete' \
  -H 'Authorization: Bearer YOUR_API_KEY'

Request

Path

idstringrequired
Project ID

Response

Returns 204 No Content.