Delete customer by ID
DELETE
/extapi/v1.0/customers/{id}Menghapus customer dengan ID tertentu.
Alih-alih menghapus, Anda juga bisa mengubah status Customer menjadi false untuk disable Customer, lewat API metode PATCH untuk update customer.
ID customer yang hendak dirubah diisikan di URL sebagai path setelah /customers. Contoh: /customers/123456
API ini membutuhkan team_token sebagai parameter dan Bearer Token sebagai authentification.
Request
Path Params
id
integer
required
Query Params
team_token
string
required
Team token from api /extapi/v1.0/team_token
Example:
eyJkYl9pZCI6Mjk4MSwidGVhbV9pZCI6MjQ3Mjh9.LpZ9LEpy123lwzYjzypStjdk123
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: a month ago