cURL
curl --request DELETE \ --url https://cloud.laravel.com/api/bucket-keys/{filesystemKey} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Delete an object storage key.
The Bearer Token generated on the Cloud UI.
The filesystem key identifier
No content
Was this page helpful?