Deleting the DDNS service’s UpdateUser using 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

/REST/UpdateUser/ DELETE — Deletes the indicated UpdateUser.

HTTP Action — DELETE

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

Arguments:

Not Applicable.

Response:

Not Applicable.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands

DeleteOneUpdateUser — Deletes the indicated UpdateUser.

Arguments:

  • string user_nameRequired. The UpdateUser to delete.
  • string tokenRequired. The session identifier.
Response:

Not Applicable.

Example Request — Click for More Info