Delete a product metadata field

Permanently deletes a product metadata field. It cannot be undone.

DELETE/v3/products/metadata/{id}
JWT
product:write

Parameters

NameTypeInDescription
id*stringpath
Triggers webhook: product.updated
POST <your-webhook-url>
{
  "event": "product.updated",
  "data": {
    "id": "string",
    "createdAt": "2019-08-24T14:15:22Z",
    "updatedAt": "2019-08-24T14:15:22Z",
    "name": "string",
    "displayName": "string",
    "description": "string",
    "publicKey": "string",
    "totalLicenses": 0,
    "totalTrialActivations": 0,
    "totalReleases": 0,
    "totalProductVersions": 0,
    "totalFeatureFlags": 0,
    "automatedEmails": [
      "string"
    ],
    "licenseTemplateId": "string",
    "trialPolicyId": "string",
    "iconUrl": "string",
    "metadata": [
      {
        "id": "string",
        "createdAt": "2019-08-24T14:15:22Z",
        "updatedAt": "2019-08-24T14:15:22Z",
        "key": "string",
        "value": "string",
        "viewPermissions": [
          "activation"
        ],
        "visible": true
      }
    ]
  },
  "triggeredAt": "string"
}

Responses

204 No Content