Bulk Delete
Bulk Delete
Delete multiple business travel records and their associated emissions in a single request
POST
Bulk Delete
Bulk Delete
Permanently deletes multiple business travel records and their associatedtotal_impacts rows in a single request. Records that belong to a different organization are reported as failed rather than raising an error. Progress is tracked via a processing job.
Request
Headers
string
required
Your API key for authenticationExample:
sk_live_1234567890abcdefstring
required
Your organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51fastring
required
Must be
application/jsonBody Parameters
array[uuid]
required
List of business travel UUIDs to deleteConstraints: 1 to 100,000 items per request
Response
integer
Number of items successfully deleted
array[string]
UUIDs of business travels that were successfully deleted
integer
Number of items that failed to delete
array[string]
UUIDs that could not be deleted (not found, belong to a different organization, or deletion error)
string
Human-readable summary message
Example
Successful Response
Common Errors
401 Unauthorized
Cause: Missing or invalid API key403 Forbidden
Cause: The authenticated user is not a member of the organization422 Unprocessable Entity
Cause: Empty list or exceeds 100,000 itemsRelated Endpoints
Delete
Delete a single business travel
Bulk Delete by Filters
Delete all records matching filter criteria
List Business Travels
Browse all business travels