Skip to main content
POST
Batch Delete Logistics Requests

Batch Delete Logistics Requests

Delete multiple logistics requests in a single API call. This is more efficient than making individual delete calls when removing multiple records.
Permanent Action: Deleting logistics requests is permanent and cannot be undone. All associated emissions data will be removed from your organization’s totals.

Request

Headers

string
required
Your API key for authenticationExample: sk_live_1234567890abcdef
string
required
Your organization UUIDExample: a8315ef3-dd50-43f8-b7ce-d839e68d51fa

Body Parameters

array[string]
required
Array of logistics request UUIDs to deleteExample: ["550e8400-e29b-41d4-a716-446655440000", "660e8400-e29b-41d4-a716-446655440001"]

Response

Returns 204 No Content on successful deletion.

Example

Successful Response

No response body is returned on successful deletion.

Common Errors

401 Unauthorized

Cause: Missing or invalid API key

404 Not Found

Cause: One or more request IDs not found or don’t belong to your organization

422 Validation Error

Cause: Invalid request body format

Delete Single Request

Delete a single logistics request

Get Logistics Requests

Retrieve logistics requests

Batch Delete Recharges

Delete multiple recharges at once