메인 콘텐츠로 건너뛰기
POST
/
cost
/
purge
영구 삭제 비용
curl --request POST \
  --url https://api.example.com/cost/purge \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "project_id": "<string>",
  "query": {
    "$expr": {
      "$and": [
        {
          "$literal": "<string>"
        }
      ]
    }
  }
}
'
{}

인증

Authorization
string
header
필수

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

본문

application/json
project_id
string
필수
예시:

"entity/project"

query
Query · object
필수

응답

성공 응답

The response is of type CostPurgeRes · object.