Gestiono

Delete Websites domains by domain

← Back to full API reference
DELETE/v1/websites/domains/:domainAuth required

Request details

Path params

FieldRequiredDescription
domainYesRequired path parameter.

Default payloads

Path params

json
{
  "domain": "example.com"
}

Query

json
{}

Body

json
{}

Sample response

json
{
  "success": true,
  "message": "Domain removed from Vercel project",
  "domain": "<domain>"
}