Cancel a redaction job Preview
You can cancel a redaction job when it’s in one of these statuses: ready
, failed
.
Canceling the redaction job will abandon its attempt to redact the configured objects. A canceled job cannot be used again.
Parameters
- jobstringRequired
RedactionJob object identifier
Returns
Returns the RedactionJob object if successful. Otherwise, returns an error.
Response
{ "id": "prj_123", "object": "privacy.redaction_job", "created": 1234567890, "livemode": true, "status": "canceling", "validation_behavior": "error"}