Delete
DELETE /users/:user
Delete a User. Note: This removes the memberships, scheduled campaigns, scheduled messages, and unassigns the User from conversations that the Account Admin has access to. Effectively, this method removes the User from the Account Admin’s accounts.
Examples
Delete a User
Request
DELETE /users/PWApBE3
Example
$ curl -i -H Accept:"application/vnd.textus+jsonld" \
-H Authorization:"Bearer {token}" \
-X DELETE /users/PWApBE3
Response
Status
204
Response Type
No body