DELETE
/
organizations
/
{organizationId}
/
projects
/
{projectId}
/
regions
/
{regionId}
curl --request DELETE \
  --url https://api.concord.tech/privacy-v1/organizations/{organizationId}/projects/{projectId}/regions/{regionId} \
  --header 'x-api-key: <api-key>'
{
  "name": "<string>",
  "regions": "default",
  "customScript": "<string>",
  "settings": {
    "branding": {
      "buttonRadius": "6px",
      "cardRadius": "6px",
      "font": "Arial",
      "logoUrl": "<string>",
      "primaryColor": "<string>",
      "secondaryColor": "<string>",
      "poweredByConcord": true
    },
    "consent": {
      "blockingMode": "disabled",
      "consentMode": "implied",
      "consentBanner": {
        "enabled": true,
        "layout": "bar",
        "position": [
          "<any>"
        ],
        "policy": {
          "createdAt": [
            "<any>"
          ],
          "updatedAt": [
            "<any>"
          ],
          "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
          "organization": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
          "project": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
          "category": "disclosure",
          "subcategory": [
            "<any>"
          ],
          "label": "<string>",
          "version": 123,
          "dateCreated": "2023-11-07T05:31:56Z",
          "dateUpdated": "2023-11-07T05:31:56Z",
          "name": "<string>",
          "description": "<string>",
          "document": "<string>",
          "url": "<string>",
          "readOnly": false,
          "validStates": [
            "implied"
          ],
          "status": "active",
          "consentDuration": "<string>",
          "required": false,
          "requireReacceptVersion": 123
        },
        "title": true,
        "theme": "light",
        "closeButton": true,
        "denyButton": true,
        "customizeButton": true
      },
      "doNotSell": false,
      "consentDuration": 12,
      "gcm": "disabled",
      "gcmPolicy": "https://business.safety.google/privacy",
      "gpc": false,
      "limitPii": false
    },
    "crossSiteTracking": false,
    "floatingButton": {
      "enabled": true,
      "position": "right",
      "theme": "light",
      "type": "circle",
      "icon": "cookie"
    },
    "privacyCenter": {
      "consentHistory": true,
      "disclosures": true,
      "privacyRequests": true,
      "doNotSellRequests": true,
      "position": "right",
      "theme": "light"
    }
  },
  "language": {
    "enabled": false
  },
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "dateCreated": 123,
  "dateUpdated": 123,
  "slug": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

organizationId
string
required
projectId
string
required
regionId
string
required

Response

200
application/json
Default Response
name
string
required
Maximum length: 256
regions
required
Available options:
default
settings
object
required
id
string
required
projectId
string
required
dateCreated
integer
required
dateUpdated
integer
required
slug
string
required
Maximum length: 256
customScript
string
Maximum length: 10240
language
object