Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://openapi.pluuug.com/v1/project/{project_id} \ --header 'X-API-Key: <api-key>' \ --header 'X-Signature: <api-key>'
프로젝트를 삭제합니다. Soft delete (Project는 SoftDeleteBaseModel) — is_deleted=True로 마킹.
SoftDeleteBaseModel
is_deleted=True
플랜 제약: FREE/AGENCY 전용.
HMAC-SHA256 방식으로 body를 secret key로 해싱하여 생성한 서명을 넣어야 합니다. 서버는 X-API-Key와 대응되는 secret key로 서명을 검증합니다.
No response body