Outposts / Client / delete_outpost

delete_outpost#

Outposts.Client.delete_outpost(**kwargs)#

Deletes the specified Outpost.

See also: AWS API Documentation

Request Syntax

response = client.delete_outpost(
    OutpostId='string'
)
Parameters:

OutpostId (string) –

[REQUIRED]

The ID or ARN of the Outpost.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • Outposts.Client.exceptions.ValidationException

  • Outposts.Client.exceptions.ConflictException

  • Outposts.Client.exceptions.NotFoundException

  • Outposts.Client.exceptions.AccessDeniedException

  • Outposts.Client.exceptions.InternalServerException