Skip to main content
DELETE
/
domains
/
{domain}
Delete domain
curl --request DELETE \
  --url https://app.laravel.cloud/api/domains/{domain} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

The Bearer Token generated on the Cloud UI.

Path Parameters

domain
string | null
required

The domain identifier

Response

No content