Customer API
Delete a customer
Delete a customer
Authorization
X-API-Key
<token>In: header
Path Parameters
id
RequiredstringThe customer ID
Response Body
The customer has been deleted successfully
id
RequiredstringA unique identifier for the customer
firstName
string | nullThe first name of the customer
middleName
string | nullThe middle name of the customer
lastName
string | nullThe last name of the customer
email
RequiredstringThe primary email address of the customer
Format:
"email"
phone
RequiredstringThe primary phone number of the customer in E.164 format (e.g., +1234567890)
Minimum length:
1
Maximum length: 32
status
RequiredunknownThe KYC verification status of the customer
Value in:
"not_started" | "incomplete" | "under_review" | "approved" | "rejected"
metadata
object | nullThe provided metadata of the customer
createdAt
RequiredstringThe creation date of the customer
Format:
"date-time"
updatedAt
RequiredstringThe last update date of the customer
Format:
"date-time"