Relayers

Cancels a specific transaction by its ID.

delete/api/v1/relayers/{relayer_id}/transactions/{transaction_id}

Path parameters

relayer_idstring required

The unique identifier of the relayer

transaction_idstring required

The unique identifier of the transaction

Response

Relayer transaction canceled successfully

errorstring
successboolean required

Changes

Changed in 4 of the 18 revisions of this API.324

    • the data/oneOf[StellarTransactionResponse]/sequence_number response's property type/format changed from integer/int64 to string/ for status 200

      response-property-type-changed

    • the data/oneOf[StellarTransactionResponse]/sequence_number response's property pattern ^-?[0-9]+$ was added for the status 200

      response-property-pattern-added

    • added the optional property data/oneOf[StellarTransactionResponse]/transaction_result_xdr to the response with the 200 status

      response-optional-property-added

    • added the optional property data/oneOf[SolanaTransactionResponse]/instructions to the response with the 200 status

      response-optional-property-added

  • 5487da58bf15221See the full diff
    • the response property data/oneOf[SolanaTransactionResponse]/status_reason became nullable for the status 200

      response-property-became-nullable

    • the data/oneOf[StellarTransactionResponse]/sequence_number response's property type/format changed from string/ to integer/int64 for status 200

      response-property-type-changed

    • removed the optional property data/oneOf[SolanaTransactionResponse]/instructions from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/oneOf[StellarTransactionResponse]/transaction_result_xdr from the response with the 200 status

      response-optional-property-removed

    • the data/oneOf[StellarTransactionResponse]/sequence_number response's property pattern ^-?[0-9]+$ was removed for the status 200

      response-property-pattern-removed

    This revision also has 43 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog