Delete
/v1/channel-accounts/users/{userId}
Delete a Channel Account user by ID.
Note: Channel Account users cannot delete their own account.
Security
HTTP
Type basic
HTTP Basic Authentication using your WACM username and API key.
For detailed authentication instructions, see the Authentication Guide.
Path parameters
userId
integerRequired
User ID
Example67890
Responses
200
Successfully deleted the user
{
"success": "True",
"code": "RES-I-0019",
"message": "User has been successfully deleted!"
}object
success
boolean
code
string
message
string
data
object | null
errors
object | null