Skip to main content

Deletes a transaction using its UUID

Deletes a transaction using its UUID.

The transaction UUIDs are supplied by the GET transactions API, so please refer to this documentation to use the DELETE transactions API correctly.

Path Parameters
  • uuid uuid required

    Team identifier (UUID v4 format)

Header Parameters
  • Authorization string required
    Example: Bearer <TOKEN>
Responses

Successful Operation


Schema
  • uuid uuid

    Transaction identifier (UUID v4 format)

Loading...