SecurityAgent / Client / delete_agent_space
delete_agent_space¶
- SecurityAgent.Client.delete_agent_space(**kwargs)¶
Deletes an agent space and all of its associated resources, including pentests, findings, and artifacts.
See also: AWS API Documentation
Request Syntax
response = client.delete_agent_space( agentSpaceId='string' )
- Parameters:
agentSpaceId (string) –
[REQUIRED]
The unique identifier of the agent space to delete.
- Return type:
dict
- Returns:
Response Syntax
{ 'agentSpaceId': 'string' }
Response Structure
(dict) –
Output for the DeleteAgentSpace operation.
agentSpaceId (string) –
The unique identifier of the deleted agent space.