Skip to main content
This operation cannot be undone. Deleting a domain will also delete all links associated with it.

Authentication

This endpoint requires authentication using a Bearer token.
curl -X DELETE https://api.dub.co/domains/acme.com \
  -H "Authorization: Bearer <token>"

Path Parameters

slug
string
required
The domain name to delete.Example: acme.com

Response

slug
string
The domain name that was deleted.
{
  "slug": "acme.com"
}

Build docs developers (and LLMs) love