Database
Delete Database
Delete a database hosted on Square Cloud.
DELETE
Delete Database
string
required
The API key for your account. You can find this in your account settings.
square-cloud-db-<id>.squareweb.app). This is destructive and immediate: there is no confirmation step, and the connection URL stops resolving as soon as the DNS record is released.
If you need the data afterward, take a Create Snapshot before deleting. The request is rejected while a snapshot restore is in progress on the database. Rate limited to 1 deletion every 3 seconds per user.
Parameters
string
required
The ID of the database.
Response
string
Indicates whether the call was successful..
success if successful, error if not.Common errors
Delete Database

