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

