프로젝트 삭제 예약 Tier 4
POST/api/projects/:id/deleteCopied!
프로젝트 삭제를 예약합니다.
예시
ts
await client.projects.scheduleDeletion("bdbff5de-96d7-468f-9db0-85fe28bd6b62");bash
youvico project delete.schedule --id bdbff5de-96d7-468f-9db0-85fe28bd6b62bash
curl -X POST 'https://api.youvico.com/api/projects/bdbff5de-96d7-468f-9db0-85fe28bd6b62/delete' \
-H 'Authorization: Bearer YOUR_API_KEY'요청
경로
idstringrequired 프로젝트 ID
응답
204 No Content를 반환합니다.