Delete application
curl --request DELETE \
--url https://cloud.laravel.com/api/applications/{application} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Applications
Delete application
Delete an application and all of its environments.
DELETE
/
applications
/
{application}
Delete application
curl --request DELETE \
--url https://cloud.laravel.com/api/applications/{application} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Was this page helpful?
⌘I

