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

HTTP Action — DELETE

URIs — https://api.dynect.net/REST/DSFRecordSet/<service_id>/<dsf_record_set_id>/

Arguments:

string publish — Indicates when Record Set will be deleted.
Valid values:
Y — The Record Set will be deleted on execution.
N — The Record Set 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

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

    Arguments — Click for More Info

    Response — Click for More Info

    Example Request — Click for More Info