agency-hosting_deleteAgencyPlanWebsiteDatabaseUserV1
Delete a database user from an Agency Plan website database, revoking all access. The operation is idempotent, succeeding even if the user does not exist.
Instructions
Permanently deletes a database user from an Agency Plan website database, revoking all access it had.
The operation is idempotent: deleting a user that does not exist succeeds without error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| website_uid | Yes | Agency Plan website UID | |
| database_name | Yes | Full database name as returned by the list databases endpoint. | |
| database_user_name | Yes | Database username as returned by the list databases endpoint. |