Removing a Record Set Failover Chain 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/DSFRecordSetFailoverChain/ DELETE — Deletes the specified Record Set Failover Chain.

HTTP Action — DELETE

URIs — https://api.dynect.net/REST/DSFRecordSetFailoverChain/<service_id>/<dsf_record_set_failover_chain_id>/

Arguments:

string publish — Indicates whether to remove the Record Set Failover Chain immediately or to remove it during the next zone publish.
Valid values:
Y — Delete the Record Set Failover Chain immediately.
N — Delete the Record Set Failover Chain at next zone publish.

  • 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

    DeleteOneDSFRecordSetFailoverChain — Removes the specified Record Set Failover Chain.

    Arguments — Click for More Info

    Response — Click for More Info

    Example Request — Click for More Info