hosting_deleteDatabaseRemoteConnectionV1
Permanently revoke a remote host's database access by removing the connection rule, using the IP, database name, and username from list endpoints.
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 |