munchies
Toggle table of contents
js
Target filter
js
Switch theme
Search in API
Skip to content
munchies
user-shared
/
com.munchies.user.infrastructure.adapter.inbound
/
JsDeleteUserAPI
Js
Delete
User
API
js
abstract
class
JsDeleteUserAPI
<
E
:
WebResponse
<
Any
>
>
:
UserAPI.DeleteUserAPI
<
Promise
<
E
>
>
,
SimpleAPI
<
DeleteUserRequest
,
DeleteUserResponse
>
Members
Constructors
Js
Delete
User
API
Link copied to clipboard
js
constructor
(
)
Functions
delete
User
Link copied to clipboard
js
abstract
override
fun
deleteUser
(
id
:
String
)
:
Promise
<
E
>
Deletes a user account.
get
Method
Link copied to clipboard
js
open
override
fun
getMethod
(
)
:
HttpMethod
get
Path
Link copied to clipboard
js
open
override
fun
getPath
(
)
:
String
get
Port
Link copied to clipboard
js
open
override
fun
getPort
(
)
:
Int
get
Required
Auth
Role
Link copied to clipboard
js
open
override
fun
getRequiredAuthRole
(
)
:
AuthRole
parse
Error
Link copied to clipboard
js
open
fun
parseError
(
json
:
String
)
:
ErrorResponse
parse
Request
Link copied to clipboard
js
open
override
fun
parseRequest
(
json
:
String
)
:
DeleteUserRequest
parse
Response
Link copied to clipboard
js
open
override
fun
parseResponse
(
json
:
String
)
:
DeleteUserResponse