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/caches/{cache} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Delete a cache.
The Bearer Token generated on the Cloud UI.
The cache identifier
No content
Was this page helpful?