fundingInstructions
Delete funding instruction
Important: You can delete a funding instruction only if its status is accepted. To view the status of a funding instruction, use our Retrieve Funding Instruction method.
Use this method to delete a funding instruction.
To delete a funding instruction, you need its instructionId. Our gateway returned the instructionId in the response of the Create Funding Instruction method.
Note: If you don't have the instructionId, use our List Funding Instructions method to search for the funding instruction.
delete/funding-instructions/{instructionId}
Path parameters
instructionIdinteger required
Unique identifier that we assigned to the funding instruction.
Headers
Authorizationstring required
Bearer authentication
Response
Successful request. We deleted the funding instruction.
object required
Changes
No recorded changes to this endpoint across all 1 revision of this API.