Delete domain
curl --request DELETE \
--url https://cloud.laravel.com/api/domains/{domain} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Domains
Delete domain
Delete a specific domain.
DELETE
/
domains
/
{domain}
Delete domain
curl --request DELETE \
--url https://cloud.laravel.com/api/domains/{domain} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Was this page helpful?
⌘I

