Skip to main content
DELETE
/
database-snapshots
/
{databaseSnapshot}
Delete a database snapshot
curl --request DELETE \
  --url https://cloud.laravel.com/api/database-snapshots/{databaseSnapshot} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

The Bearer Token generated on the Cloud UI.

Path Parameters

databaseSnapshot
string | null
required

The database snapshot identifier

Response

No content