メインコンテンツへスキップ
POST
/
feedback
/
purge
フィードバックのパージ
curl --request POST \
  --url https://api.example.com/feedback/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 FeedbackPurgeRes · object.