DELETE v1/core/accounts/{accId}/accessgroups/{accgrpId}/DomainFiltering

Remove the default domain filtering policy for this AccessGroup

Request Information

Parameters

NameDescriptionAdditional information
accId

Define this parameter in the request URI.

accgrpId

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Success": true,
  "Data": true,
  "ErrorCode": 3,
  "ErrorDescription": "sample string 4",
  "Meta": "sample string 5"
}

text/javascript

Sample:
{"Success":true,"Data":true,"ErrorCode":3,"ErrorDescription":"sample string 4","Meta":"sample string 5"}

application/xml, text/xml

Sample:
<PBNBReturnOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pbnb_models">
  <Data>true</Data>
  <ErrorCode>3</ErrorCode>
  <ErrorDescription>sample string 4</ErrorDescription>
  <Meta>sample string 5</Meta>
  <Success>true</Success>
</PBNBReturnOfboolean>

application/bson

Sample:
eSuccessDataErrorCodeErrorDescriptionsample string 4Metasample string 5