Skip to main content
DELETE
Delete Business Travel

Delete Business Travel

Permanently delete a business travel record from your organization. This action cannot be undone.
Permanent Action: Deleting a business travel record is permanent and cannot be undone. The associated emissions data will also 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

Path Parameters

string
required
The unique identifier (UUID) of the business travel record to deleteExample: 550e8400-e29b-41d4-a716-446655440000

Response

Returns 204 No Content on successful deletion. No response body.

Example

Successful Response

Common Errors

401 Unauthorized

Cause: Missing or invalid API key

403 Forbidden

Cause: The authenticated user is not a member of the organization

404 Not Found

Cause: Business travel not found or doesn’t belong to your organization

Use Cases

Delete with Confirmation

Fetch the record first to confirm before deleting:
For deleting multiple records at once, use the Bulk Delete or Bulk Delete by Filters endpoints instead of looping over individual deletes.

Get Business Travel

Get business travel details before deleting

List Business Travels

Retrieve all business travels

Bulk Delete

Delete multiple records by ID

Create Business Travel

Create a new business travel record