Skip to main content
DELETE
/
v1
/
project
/
{project_id}
프로젝트 삭제
curl --request DELETE \
  --url https://openapi.pluuug.com/v1/project/{project_id} \
  --header 'X-API-Key: <api-key>' \
  --header 'X-Signature: <api-key>'

Authorizations

X-API-Key
string
header
required
X-Signature
string
header
required

HMAC-SHA256 방식으로 body를 secret key로 해싱하여 생성한 서명을 넣어야 합니다. 서버는 X-API-Key와 대응되는 secret key로 서명을 검증합니다.

Path Parameters

project_id
integer
required

Response

204

No response body