ClawOps Docs
API Reference

단기 토큰 즉시 폐기

DELETE
/v1/accounts/{accountId}/sip-credentials/{credentialId}/tokens/{jti}

발급된 ephemeral 자격증명을 만료 전에 무효화. JWT jti 클레임(=ephemeral credential id) 으로 식별. 폐기 후에는 SIP 인증이 즉시 차단됨.

Authorization

BearerAuth
AuthorizationBearer <token>

API Key를 Bearer 토큰으로 전달

In: header

Path Parameters

accountId*string
credentialId*string
jti*string

JWT 의 jti 클레임 (ephemeral credential id, SCEPH_xxx).

Response Body

application/json

curl -X DELETE "https://example.com/v1/accounts/AC1a2b3c4d/sip-credentials/SC1a2b3c4d/tokens/jti-1a2b3c4d"
Empty
{
  "error": "string",
  "code": "INVALID_PHONE_NUMBER"
}