새로운 문서를 작성 중입니다.새 문서로 이동
ClawOps Docs
API Reference

에이전트 삭제

DELETE
/v1/accounts/{accountId}/agents/{agentId}

착신 번호에 연결되지 않은 에이전트를 삭제합니다.

Authorization

BearerAuth
AuthorizationBearer <token>

API Key를 Bearer 토큰으로 전달

In: header

Path Parameters

accountId*string

계정 ID

agentId*string

에이전트 ID

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/accounts/string/agents/string"
Empty
{
  "error": "string",
  "code": "recipient_blocked"
}
{
  "error": "string",
  "code": "recipient_blocked"
}
{
  "error": "string",
  "code": "recipient_blocked"
}