Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The DELETE /users/{userId} endpoint deletes the user matching the user ID provided.

Tip

The target user must be archived before deletion.  The API user must be an admin to delete another user.


Panel
borderColor#eeeeee
bgColorwhite
titleColorwhite
borderWidth1
titleBGColor#7ec9f4
borderStylesolid
titleIn this page

Table of Contents

...

Type

Required

Example

StringTrue8e22b1fe-d2ea-403d-8c03-50eb21188e79

The user ID of the user to delete.

Requests

Delete individual user

Code Block
languagepowershell
themeMidnight
curl -L -X DELETE "https://***.api.newvoicemedia.com/useradmin/users/8e22b1fe-d2ea-403d-8c03-50eb21188e79" \
-H "Accept: application/vnd.newvoicemedia.v4+json" \
-H "Authorization: Bearer <ACCESS_TOKEN>"

Responses

Successful response

Successful requests return a 200 Success code.

Insert excerpt
_ExcerptRunInPostman
_ExcerptRunInPostman
nopaneltrue