EndpointsReporters

Cancel a reporter run

POST/v2/reporters/runs/{reporter_run_id}/cancel

Cancels a queued or running reporter run. Repeating the request after cancellation is safe.

Authorization

BearerAuth
AuthorizationBearer <token>

Bearer token issued by Softmax

In: header

Path Parameters

reporter_run_id*Reporter Run Id

Reporter run to cancel.

Match^rrun_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$