DevOpsAgentService / Client / delete_agent_space

delete_agent_space

DevOpsAgentService.Client.delete_agent_space(**kwargs)

Deletes an AgentSpace. This operation is idempotent and returns a 204 No Content response on success.

See also: AWS API Documentation

Request Syntax

response = client.delete_agent_space(
    agentSpaceId='string'
)
Parameters:

agentSpaceId (string) –

[REQUIRED]

The unique identifier of the AgentSpace

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

    Empty output for successful AgentSpace deletion.

Exceptions

  • DevOpsAgentService.Client.exceptions.ValidationException

  • DevOpsAgentService.Client.exceptions.ContentSizeExceededException

  • DevOpsAgentService.Client.exceptions.ServiceQuotaExceededException

  • DevOpsAgentService.Client.exceptions.ConflictException

  • DevOpsAgentService.Client.exceptions.InternalServerException

  • DevOpsAgentService.Client.exceptions.AccessDeniedException

  • DevOpsAgentService.Client.exceptions.ResourceNotFoundException

  • DevOpsAgentService.Client.exceptions.ThrottlingException

  • DevOpsAgentService.Client.exceptions.InvalidParameterException