Power BI Connector for WordPress

Build 25.0.9454

DeleteUser

Delete the user.

Stored Procedure Specific Information

Call this procedure to delete the user. To create a User you must specify the following column: Id and ReassignId. For example:

EXEC DeleteUser Id=24,ReassignId=25;

Input

Name Type Description
Id String Unique identifier for the user.
ReassignId String Id to reassign the deleted user's posts.

Result Set Columns

Name Type Description
Success String Indicates whether the User is deleted successfully.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9454