Remove user from a campaignCopy Pagedelete https://{defaultHost}/api/v4/campaigns/{campaign_id}/users/{user_id}Unassigns a user from the specified campaign.Path Paramscampaign_idintegerrequiredThe unique identifier of the campaign.user_idintegerrequiredThe unique identifier of the user.Responses 200OK 401Unauthorized 403Forbidden 404Not found 409Conflict 429Too many requestsUpdated 12 days ago