Skip to main content
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>"
}

Documentation Index

Fetch the complete documentation index at: https://cloud.laravel.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The Bearer Token generated on the Cloud UI.

Path Parameters

application
string
required

The application identifier

Response

No content