Account {account} DELETE
DELETE /api/account/{account}
Removes an account.
URL Parameters
account* | string |
---|
Request Body
id | string | |
---|---|---|
name | string | |
createdDate | string | |
lastUpdatedDate | string | |
expirationDate | string | |
disabled | boolean | |
locked | boolean |
Responses
204 No Content
400 Bad Request
401 Unauthorized
403 Forbidden
404 Not Found
500 Internal Server Error