latestSwagger 2.02026-08-1274120326.8 KB

3a995f316cda

CoverageGuideConnect

Delete specific loads from Coverage Guide Connect

This endpoint allows permissioned users to delete specific loads by their load IDs. Provide an array of load IDs in the request body to remove those loads from Coverage Guide.

The request body must contain:

  • load_ids: Array of load ID strings to delete, required (must contain at least one ID)

The response contains:

  • success: Boolean indicating whether the deletion was successful
delete/coverage_guide/org/loads

Headers

x-api-versionstring

Request body

load_idsstring[]

Array of load ids

Response

OK

successboolean

Indicates whether the deletion was successful or not