Remove an AWS account from a specific database PrivateLink share
delete
/v2/projects/{ref}/private-link/associations/aws-account/{aws_account_id}/database/{database_identifier}Removes an AWS account from the project's PrivateLink configuration for the given read replica. Cleans up the associated AWS resources.
The fine-grained token must include the following permissions to access this endpoint:
- project_admin_write
Path parameters
- refRequiredstring
Project ref
- aws_account_idRequiredstring
AWS account ID used in PrivateLink association
- database_identifierRequiredstring
Identifier of the read replica this PrivateLink association targets
Response codes
- 204
- 401
- 403
- 429
- 500
Response (204)
1{}