Skip to main content
Inflow API home page
Search...
⌘K
Dashboard
Dashboard
Search...
Navigation
Customers
Deactivate a customer
Overview
API Reference
Customers
GET
List customers
POST
Create a customer
GET
Get customer by ID
PUT
Update a customer
DEL
Deactivate a customer
Payments
GET
List payments
POST
Create a payment request
GET
Get payment details
POST
Refresh payment link token
POST
Cancel a payment
Deactivate a customer
cURL
Copy
curl
--request
DELETE
\
--url
http://localhost:3000/api/v1/customers/{id}
Customers
Deactivate a customer
DELETE
http://localhost:3000/api
https://sandbox.mycpiprojects.com/api
/
v1
/
customers
/
{id}
Try it
Deactivate a customer
cURL
Copy
curl
--request
DELETE
\
--url
http://localhost:3000/api/v1/customers/{id}
Path Parameters
id
string<uuid>
required
Response
200
Customer deactivated
Update a customer
List payments
⌘I