Skip to main content
DELETE
/
api
/
catalog
/
batches
/
{key}
/
records
Delete Batch Records
curl --request DELETE \
  --url https://api.merchantops.ai/api/catalog/batches/{key}/records \
  --header 'Content-Type: application/json' \
  --data '
{
  "filter": {},
  "record_keys": [
    "<string>"
  ]
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "ctx": {},
      "input": "<unknown>"
    }
  ]
}

Headers

authorization
string | null
X-Organization-ID
string | null

Path Parameters

key
string
required

Cookies

stytch_session
string | null

Body

application/json
filter
Filter · object
record_keys
string[] | null

Response

Successful Response