Delete Import Session
Delete Import Session
Delete a non-submitted import session and all its cached data
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.Request
Headers
Your API key for authenticationExample:
sk_live_1234567890abcdefYour organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faPath Parameters
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 key403 Forbidden
Cause: The authenticated user is not a member of the organization400 Bad Request
Cause: Session has already been submitted and cannot be deleted404 Not Found
Cause: Session does not exist or does not belong to your organizationRelated Endpoints
Create Session
Start a new import
List Sessions
View all import sessions

