---
title: "Delete specific loads from Coverage Guide Connect"
method: DELETE
path: "/coverage_guide/org/loads"
tags: ["CoverageGuideConnect"]
---

# Delete specific loads from Coverage Guide Connect

`DELETE /coverage_guide/org/loads`

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

## Headers

- `x-api-version` string

## Request body

- CoverageGuideConnectDeleteLanesApiRequest
  - `load_ids` string[] — Array of load ids

## Response `200`

OK

- CoverageGuideConnectDeleteLanesApiResponse
  - `success` boolean — Indicates whether the deletion was successful or not

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/freightwaves/apis/sonar-api.md) · [All operations](https://skmtc.net/freightwaves/apis/sonar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/freightwaves/sonar-api/revisions/3a995f316cda/schema)
