The Laravel Cloud API and CLI are here. Build pipelines, manage environments, and hand off to AI agents. View the docs →
cURL
curl --request DELETE \ --url https://cloud.laravel.com/api/applications/{application}/avatar \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Remove the avatar from an application.
The Bearer Token generated on the Cloud UI.
The application identifier
No content
Was this page helpful?