pricingIntents
Delete pricing intent
Use this method to delete a pricing intent.
Important: When you delete a pricing intent, you can't recover it. You also won't be able to assign the pricing intent to a merchant's boarding application.
To delete a pricing intent, you need its pricingIntentId. Our gateway returned the pricingIntentId in the response of the Create Pricing Intent method.
Note: If you don't have the pricingIntentId, use our List Pricing Intents method to search for the pricing intent.
delete/pricing-intents/{pricingIntentId}
Path parameters
pricingIntentIdstring required
Unique identifier that we assigned to the pricing intent.
Headers
Authorizationstring required
Bearer authentication
Response
Successful request. We deleted the pricing intent.
object required
Changes
No recorded changes to this endpoint across all 1 revision of this API.