DELETE v1/core/Accounts/{accId}/dfp

Deletes the DFP for the specified Account

Request Information

Parameters

NameDescriptionAdditional information
accId
The ID of the Account we are removing the DFP for.

Define this parameter in the request URI.

Response Information

The DFP which was removed.

Response body formats

application/json, text/json

Sample:
{
  "Success": true,
  "Data": {
    "ID": 1,
    "Posture": 2,
    "NetworkID": 3,
    "PrimaryPrivateDNS": "sample string 4",
    "SecondaryPrivateDNS": "sample string 5",
    "PrimaryPublicDNS": "sample string 6",
    "SecondaryPublicDNS": "sample string 7",
    "PrivateExceptions": "sample string 8",
    "Status": 9,
    "DateCreated": "2025-05-05T10:50:42.0680281+00:00",
    "DateLastUpdated": "2025-05-05T10:50:42.0680281+00:00"
  },
  "ErrorCode": 2,
  "ErrorDescription": "sample string 3",
  "Meta": "sample string 4"
}

text/javascript

Sample:
{"Success":true,"Data":{"ID":1,"Posture":2,"NetworkID":3,"PrimaryPrivateDNS":"sample string 4","SecondaryPrivateDNS":"sample string 5","PrimaryPublicDNS":"sample string 6","SecondaryPublicDNS":"sample string 7","PrivateExceptions":"sample string 8","Status":9,"DateCreated":"2025-05-05T10:50:42.0680281+00:00","DateLastUpdated":"2025-05-05T10:50:42.0680281+00:00"},"ErrorCode":2,"ErrorDescription":"sample string 3","Meta":"sample string 4"}

application/xml, text/xml

Sample:
<PBNBReturnOfDFPViewModeliSOf0pXz xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pbnb_models">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/pbnb_models.DFP">
    <d2p1:DateCreated>2025-05-05T10:50:42.0680281+00:00</d2p1:DateCreated>
    <d2p1:DateLastUpdated>2025-05-05T10:50:42.0680281+00:00</d2p1:DateLastUpdated>
    <d2p1:ID>1</d2p1:ID>
    <d2p1:NetworkID>3</d2p1:NetworkID>
    <d2p1:Posture>2</d2p1:Posture>
    <d2p1:PrimaryPrivateDNS>sample string 4</d2p1:PrimaryPrivateDNS>
    <d2p1:PrimaryPublicDNS>sample string 6</d2p1:PrimaryPublicDNS>
    <d2p1:PrivateExceptions>sample string 8</d2p1:PrivateExceptions>
    <d2p1:SecondaryPrivateDNS>sample string 5</d2p1:SecondaryPrivateDNS>
    <d2p1:SecondaryPublicDNS>sample string 7</d2p1:SecondaryPublicDNS>
    <d2p1:Status>9</d2p1:Status>
  </Data>
  <ErrorCode>2</ErrorCode>
  <ErrorDescription>sample string 3</ErrorDescription>
  <Meta>sample string 4</Meta>
  <Success>true</Success>
</PBNBReturnOfDFPViewModeliSOf0pXz>

application/bson

Sample:
�SuccessData(IDPostureNetworkIDPrimaryPrivateDNSsample string 4SecondaryPrivateDNSsample string 5PrimaryPublicDNSsample string 6SecondaryPublicDNSsample string 7PrivateExceptionssample string 8Status		DateCreated���	DateLastUpdated���ErrorCodeErrorDescriptionsample string 3Metasample string 4