The Laravel Cloud API and CLI are here. Build pipelines, manage environments, and hand off to AI agents. View the docs →
curl --request DELETE \
--url https://cloud.laravel.com/api/bucket-keys/{filesystemKey} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Delete an object storage key.
curl --request DELETE \
--url https://cloud.laravel.com/api/bucket-keys/{filesystemKey} \
--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.
Was this page helpful?