Removing a Record from the Traffic Director (DSF) service 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/DSFRecord/ DELETE — Removes the identified Record from the Traffic Director (DSF) service.

HTTP Action — DELETE

URIs — https://api.dynect.net/REST/DSFRecord/<service_id>/<dsf_record_id>/

Arguments:

string publish — Indicates when Record will be deleted.
Valid values:
Y — The Record will be deleted on execution.
N — The Record will be deleted when zone changes are next published.

  • string notes — A custom note field. All content in the string is added to the Zone Notes for the zones attached to this service when the zone is published. Only used when publish = Y
  • Response — Click for More Info

    Dyn Logo

    SOAP Syntax

    Click to view all SOAP Commands

    DeleteOneDSFRecord — Removes an existing Record from the Traffic Director (DSF) service indicated.

    Arguments — Click for More Info

    Response — Click for More Info

    Example Request — Click for More Info