Skip to main content

Delete User​

This API can be used by MSPs to delete a user. User deletion is asynchronous. Upon request submission, user record will be in "deleting" status and will be removed completely when deletion process finishes.

Path Variables​

FieldDescriptionTypeNotes
userIdUser metallic idUUID

Response Body​

FieldDescriptionTypeNotes
idUser metallic idUUID
statusUser statusString Enumeration - User Status EnumerationRefer to User Status Enumeration. Value "deleting" is returned in this case.
insertTsUser created timeTimestamp
updateTsUser last updated timeTimestamp
Path Parameters
  • userId string required
Responses

OK


Schema
  • data object
  • id string
  • insertTs string
  • updateTs string
  • status string
Loading...