Delete customer by ID
DELETE
/extapi/v1.0/customers/{id}
Alih-alih menghapus, Anda juga bisa mengubah status Customer menjadi false untuk disable Customer, lewat API metode PATCH untuk update customer.
API ini membutuhkan team_token sebagai parameter dan Bearer Token sebagai authentification.
Request
Path Params
id
integer
required
Query Params
team_token
string
required
Example:
eyJkYl9pZCI6Mjk4MSwidGVhbV9pZCI6MjQ3Mjh9.LpZ9LEpy123lwzYjzypStjdk123
Request samples
Responses
Modified at 2024-11-01 09:27:54