Referencia de APIWebsites
Delete Websites domains by domain
← Back to full API reference
DELETE
/v1/websites/domains/:domainAuth requiredRequest details
Path params
| Field | Required | Description |
|---|---|---|
| domain | Yes | Required 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>"
}