Pending DNS API tasks can be retrieved and/or cancelled before they are finished. Use the instructions on this page to cancel one pending task using the task ID.

Links on This Page Associated API Links
REST Syntax Get All DNS tasks (API)
SOAP Syntax Get One DNS Task (API)

REST Syntax

Click to view all REST Resources
Task/ Delete — Cancels a currently pending task identified by task ID.

HTTP Action — Delete

URI — https://api.dynect.net/REST/task/<task_id>/

Arguments:

No Arguments.

Response — Click for More Info

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands
CancelTask — Cancels a currently pending task identified by task ID.
Arguments:

  • string task_id — Uniquely identifies a specific task.
  • string tokenRequired. The session identifier.
Response — Click for More Info

Example Request — Click for More Info