action openbankingproject_delete_signing_basket { label: "Delete the signing basket" description: "Delete the signing basket structure as long as no (partial) authorisation has yet been applied.\nThe undlerying transactions are not affected by this deletion.\n\nRemark: The signing basket as such is not deletable after a first (partial) authorisation has been applied.\nNevertheless, single transactions might be cancelled on an individual basis on the XS2A interface.\n" provider: openbankingproject method: DELETE path: "/v1/signing-baskets/{basketId}" encoding: json output: { type: "object" additionalProperties: true } }