PaymentDetails#Deactivate
Deactivate a Payment Detail
Example Request
Endpoint Information
Deactivate a Payment Detail
PATCH
https://{{base_url}}/users/:user_id/payment_details/:payment_detail_id/deactivate
Path Parameters
Name
Type
Description
user_id*
UUID
ID of the User which the Payment Detail belongs to.
payment_detail_id*
UUID
ID of the Payment Detail you wish to deactivate.
Last updated