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