Skip to main content
DELETE
/
v1
/
competitor_prices
/
{entity_id}
Delete Competitor Price
curl --request DELETE \
  --url https://clientapi.retailgrid.io/v1/competitor_prices/{entity_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.retailgrid.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Retailgrid API keys are prefixed with rg_live_. Pass them as Authorization: Bearer <key>.

Path Parameters

entity_id
integer
required

Response

Successful Response