AWS PrivateLink API - DELETE allowlist
Removes an AWS account from the allowlist of AWS PrivateLink.
Early Adopter
This request is an Early Adopter release and may be changed in non-compatible way.
DELETE |
|
Authentication
To execute this request, you need the Write configuration (WriteConfig
) permission assigned to your API token. To learn how to obtain and use it, see Tokens and authentication.
Parameters
Parameter | Type | Description | In | Required |
---|---|---|---|---|
id | string |
The AWS account id to be deleted from the AWS PrivateLink whitelist |
path | required |
Response
Response codes
Code | Description |
---|---|
204 | Success. The account id has been removed from the PrivateLink whitelist. |
400 | Error. Wrong format of the provided AWS account id (length = 12 characters, only digits). |
Response body
A successful request doesn't return any content.