HostingDatabaseDelete

This function deletes a (MySQL) database assigned to a web hosting subscription. The associated database user is automatically deleted as well.

Request

Field

Type

RegExp

Null?

Description

auth

AuthData

no

Authentication data

subscription

string

^[a-z][a-z0-9_-]{1,63}$

no

Subscription name

name

string

^[\w_-]{1,64}$

no

Database name

Response

Field

Type

Null?

Description

status

string

no

Status (“ok”)


Last updated on Apr 30, 2020.
next: HostingDomainAdd
previous: HostingDatabaseAdd