DeleteNetworkInvitation
Deletes a network invitation.
Request Syntax
DELETE /networks/
networkId
/invitations/inviteeAccountId
HTTP/1.1
URI Request Parameters
The request requires the following URI parameters.
- InviteeAccountId
-
The AWS account that is invited to create a member.
Length Constraints: Fixed length of 12.
Pattern:
\d+
- NetworkId
-
The unique identifier of the network for which the invitation is valid.
Length Constraints: Minimum length of 1. Maximum length of 32.
Request Body
The request does not have a request body.
Response Syntax
HTTP/1.1 200
Response Elements
If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.
Errors
For information about the errors that are common to all actions, see Common Errors.
- AccessDeniedException
-
HTTP Status Code: 403
- InternalServiceErrorException
-
HTTP Status Code: 500
- InvalidRequestException
-
HTTP Status Code: 400
- ResourceNotFoundException
-
HTTP Status Code: 404
- ThrottlingException
-
HTTP Status Code: 429
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: