Skip to content

Remove org custom attributes

DELETE
/api/v1/extraction/attributes/{domain}
curl --request DELETE \
--url 'https://dashboard.justcrawl.io/api/v1/extraction/attributes/example?pageType=product' \
--header 'Authorization: Bearer <token>'
domain
required
string
pageType
string
default: product

Deleted

Media type application/json
object
ok
boolean
Example generated
{
"ok": true
}