Skip to main content
POST
Delete Brand Facts

Authorizations

x-api-key
string
header
required

API key for authentication. You can create one here.

Body

application/json
website_id
string<uuid>
required

The website whose facts to delete.

fact_ids
string<uuid>[]
required

Facts to delete. A single delete is a one-element array.

Required array length: 1 - 50 elements

Response

Deletion report

success
enum<boolean>
required
Available options:
true
deleted_count
integer
required

Facts actually deleted.

not_found_ids
string[]
required

Requested ids with no fact on this website: already deleted or never existed.