Skip to main content
DELETE
/
filesystem-keys
/
{filesystemKey}
Delete object storage key
curl --request DELETE \
  --url https://app.laravel.cloud/api/filesystem-keys/{filesystemKey} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

The Bearer Token generated on the Cloud UI.

Path Parameters

filesystemKey
string
required

The filesystem key identifier

Response

No content