cURL
curl --request DELETE \ --url https://cloud.laravel.com/api/domains/{domain} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Delete a specific domain.
The Bearer Token generated on the Cloud UI.
The domain identifier
No content
Was this page helpful?