Skip to content

프로젝트 제거 Default

DELETE/project-sections/{id}/projects/{projectId}Copied!

프로젝트를 프로젝트 섹션에서 제거해요.

접근 가능한 사용자

사용자

Request

Path

idstringrequired
프로젝트 섹션 ID
projectIdstringrequired
제거할 프로젝트 ID

Response

Returns 200 OK.

없음

Example

bash
curl -X DELETE 'https://api.youvico.com/project-sections/6ba7b810-9dad-11d1-80b4-00c04fd430c8/projects/123e4567-e89b-12d3-a456-426614174000' \
  -H 'Authorization: Bearer xoau.aB3xK9p2QwR7sT4uV1nM8oP5qL6rN0yZ7eF2gH4jK...'