Skip to main content
DELETE
/
reviews
/
{id}
Delete review
curl --request DELETE \
  --url https://api.crevio.co/v1/reviews/{id} \
  --header 'Authorization: <api-key>'
{
  "id": "<string>",
  "object": "<string>",
  "deleted": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.crevio.co/llms.txt

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

Authorizations

Authorization
string
header
required

API key in the format: Bearer {api_token}

Path Parameters

id
string
required

The resource ID (e.g., "prod_abc123") or slug (e.g., "my-product")

Response

Review deleted

id
string
required
object
string
required
deleted
enum<boolean>
required
Available options:
true