hosting_deleteAccountDatabaseRemoteConnectionV1
Permanently remove a remote-access rule to revoke a host's database access. Specify the IP address or '%' and the database name.
Instructions
Permanently removes a remote-access rule, revoking the given host's remote access to the database.
Identify the rule with the required ip query parameter (the IPv4/IPv6 address, or "%", exactly as returned by the list remote connections endpoint). The database name must be the full name returned by the list databases endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | Yes | Remote host to revoke: the IPv4/IPv6 address, or "%", exactly as returned by the list remote connections endpoint. | |
| name | Yes | Full database name as returned by the list databases endpoint. | |
| username | Yes | username parameter |