Removing a Response Pool 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/DSFResponsePool/ DELETE — Deletes the specified Response Pool.

HTTP Action — DELETE

URIs — https://api.dynect.net/REST/DSFResponsePool/<service_id>/<dsf_response_pool_id>/

Arguments:

  • string publish — Indicates when Response Pool will be removed.
    Valid values:
    Y — The Response Pool will be deleted on execution.
    N — The Response Pool 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
    DeleteOneDSFResponsePool — Removes an existing Response Pool.
    Arguments:

    • string service_id — Identifier for the Traffic Director (DSF) service where the Response Pool belongs.
    • string dsf_response_pool_id — Identifier for the Response Pool to delete.
    • string publish — Indicates when Response Pool will be removed.
      Valid values:
      Y — The Response Pool will be deleted on execution.
      N — The Response Pool 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
    • string tokenRequired. The session identifier.
    Response — Click for More Info

    Example Request — Click for More Info