Skip to main content
DELETE
Delete Import Session

Delete Import Session

Delete an import session that has not been submitted. This removes all cached rows, validation data, and associated S3 artifacts.
This action is permanent. Submitted sessions cannot be deleted — only non-submitted sessions can be cleaned up.

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
UUID of the import session to deleteExample: "11111111-1111-1111-1111-111111111111"

Response

Returns HTTP 204 No Content on success.

Example

Common Errors

401 Unauthorized

Cause: Missing or invalid API key

403 Forbidden

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

400 Bad Request

Cause: Session has already been submitted and cannot be deleted

404 Not Found

Cause: Session does not exist or does not belong to your organization

Create Session

Start a new import

List Sessions

View all import sessions