drs / Client / delete_job

delete_job#

drs.Client.delete_job(**kwargs)#

Deletes a single Job by ID.

See also: AWS API Documentation

Request Syntax

response = client.delete_job(
    jobID='string'
)
Parameters:

jobID (string) –

[REQUIRED]

The ID of the Job to be deleted.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions