# Roll a payment transaction import back **DELETE /2026-4/payment-transaction-imports/{paymentTransactionImportId}** Deletes an import as a unit: the import itself, the result of every submitted record, and every payment transaction the import created, which disappear from the transaction history. A record that was skipped is not rolled back - its transaction was created by an earlier import and belongs to it. For a trusted caller deleting is idempotent, so an import that is already gone reports success rather than an error. The :authenticated scope may only roll back the imports of the authenticated user and is refused otherwise, which covers an import of another user and one that does not exist alike. ## Servers - PACE Payment Service: https://api.pace.cloud/payment (PACE Payment Service) ## Authentication methods - Oauth2 - Oauth2 ## Parameters ### Path parameters - **paymentTransactionImportId** (string(uuid)) The unique identifier of the import to roll back. ## Responses ### 204 The import was rolled back, or did not exist. ### 400 The request parameters are invalid or missing. ### 401 Client authentication failed. ### 403 The caller may only roll back its own imports and named an import of another user, or one that does not exist. Missing one or more required scopes. ### 500 An internal server error occurred. [Powered by Bump.sh](https://bump.sh)