customer Deletion
POST
/open/customer/delete
marketplace_user_id: This represents the ID of the user within the marketplace's SaaS account.
user_id: This appears to be the same as marketplace_user_id, both set to "1314".
vendor_id: This is the ID of the customer whose record is targeted for deletion ("1313" in this case).
new_request: This parameter is used to indicate that this is a new request (set to 1), likely triggering the initiation of a delete operation as described in your note.
password: This parameter contains the customer's password. However, it's unusual and insecure to include a password in a request payload, especially in plaintext. This should be avoided for security reasons.
Request
Body Params application/json
Request samples
Responses
Modified at 2024-04-18 10:27:28