Skip to main content
DELETE
/
api
/
v1
/
customers
/
{id}
고객 삭제
curl --request DELETE \
  --url https://api.steppay.kr/api/v1/customers/{id} \
  --header 'Secret-Token: <api-key>'
{}

Authorizations

Secret-Token
string
header
required

Path Parameters

id
integer<int64>
required

삭제할 고객 번호

Response

정상적으로 삭제됨

The response is of type object.