cURL
curl --request DELETE \ --url https://openapi.pluuug.com/v1/project/{project_id} \ --header 'X-API-Key: <api-key>' \ --header 'X-Signature: <api-key>'
Documentation IndexFetch the complete documentation index at: https://docs.openapi.pluuug.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.openapi.pluuug.com/llms.txt
Use this file to discover all available pages before exploring further.
HMAC-SHA256 방식으로 body를 secret key로 해싱하여 생성한 서명을 넣어야 합니다. 서버는 X-API-Key와 대응되는 secret key로 서명을 검증합니다.
No response body