DELETE
/
v2
/
databases
/
{databaseId}
Delete Database
curl --request DELETE \
  --url https://api.squarecloud.app/v2/databases/{databaseId} \
  --header 'Authorization: <authorization>'
{
  "status":"success"
}

Request

Headers

Authorization
string
required
The API key for your account. You can find this in your account settings.

Path

databaseId
string
required
The ID of the database.

Response

status
string
Indicates whether the call was successful.. success if successful, error if not.
{
  "status":"success"
}