사용자 삭제 API
Last updated 5 years ago
DELETE https://uprism.io:30443/v1/users/{userId}
DELETE
https://uprism.io:30443/v1/users/{userId}
사용자를 삭제하는 API
{ "code": 200, "message": "success", "response": null }
userId
string
삭제하려는 Sub User Id
Authorization
"Bearer " + {AccessToken}