DELETE
/api/v1/domains/:idDelete a domain
Removes a custom domain from your workspace. The domain is deregistered from the edge network and all links using this domain will stop redirecting. This action cannot be undone.
Authorization
Authorizationstringheaderrequired
Bearer token. Format: Bearer YOUR_API_KEY
Path Parameters
idstringpathrequired
The ID of the domain to delete.
curl -X DELETE https://app.brevr.io/api/v1/domains/dom_abc123 \
-H "Authorization: Bearer YOUR_API_KEY"{ "success": true }Last updated on