Skip to main content
DELETE
/
classifications
/
domains
Delete Custom Domain Classification
curl --request DELETE \
  --url https://api.peec.ai/customer/v1/classifications/domains \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "name": "<string>",
  "project_id": "or_f45b94ba-5e35-4982-93ed-285e72ee14eb"
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.peec.ai/llms.txt

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

Authorizations

X-API-Key
string
header
required

Body

name
string
required
Required string length: 1 - 60
project_id
string

Required if using a company api key

Example:

"or_f45b94ba-5e35-4982-93ed-285e72ee14eb"

Response

Custom domain classification deleted

Custom domain classification deleted