Deleting a user account in the API requires specific syntax depending on whether you are using REST or SOAP. Use this table to find the syntax for your command.

REST Syntax

Click to view all REST Resources
User/ DELETE — Deletes the specified user.

HTTP Action — DELETE

URIs — https://api.dynect.net/REST/User/<user_name>/

Arguments:

No Arguments.

Response:

Not Applicable.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands
DeleteOneUser — Deletes the specified user.
Arguments:

  • string token  —  Required.  The session identifier.
  • string user_name  —  The user’s system username used for logging into the system.
Response:

Not Applicable.

Example Request — Click for More Info