메인 콘텐츠로 건너뛰기
DELETE
/
v1
/
server
/
webhooks
/
{id}
웹훅 삭제
curl --request DELETE \
  --url https://sdk-api.playcamp.io/v1/server/webhooks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": 404,
  "error": "Not Found",
  "message": "Resource not found",
  "code": "NOT_FOUND"
}

인증

Authorization
string
header
필수

Server API Key (format: {keyId}:{secret})

경로 매개변수

id
integer
필수

응답

성공 (No Content)