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