ClawOps Docs
API Reference

Webhook 삭제

DELETE
/v1/accounts/{accountId}/webhooks/{webhookId}

등록된 webhook을 삭제합니다.

Authorization

BearerAuth
AuthorizationBearer <token>

API Key를 Bearer 토큰으로 전달

In: header

Path Parameters

accountId*string

계정 ID

webhookId*string

Webhook ID

Response Body

application/json

application/json

curl -X DELETE "https://example.com/v1/accounts/AC1a2b3c4d/webhooks/WH1a2b3c4d"
Empty
{
  "error": "string",
  "code": "INVALID_PHONE_NUMBER"
}
{
  "error": "string",
  "code": "INVALID_PHONE_NUMBER"
}