mgn / Client / delete_job
delete_job#
- mgn.Client.delete_job(**kwargs)#
Deletes a single Job by ID.
See also: AWS API Documentation
Request Syntax
response = client.delete_job( accountID='string', jobID='string' )
- Parameters:
accountID (string) – Request to delete Job from service by Account ID.
jobID (string) –
[REQUIRED]
Request to delete Job from service by Job ID.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
mgn.Client.exceptions.UninitializedAccountException
mgn.Client.exceptions.ResourceNotFoundException
mgn.Client.exceptions.ConflictException