Skip to main content
DELETE
/
environments
/
{environment}
Delete environment
curl --request DELETE \
  --url https://app.laravel.cloud/api/environments/{environment} \
  --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

environment
string
required

The environment identifier

Response

No content