Products

Delete a Product

Deletes a product.<p>

<!-- theme: warning -->

Please note: Only one object can be deleted per request (unless batched). Some object types may be blocked from being deleted by the update command as special processing is done by a dedicated manager command.<p>

Some object types are only soft-deleted, some are hard-deleted in the database. This behavior cannot be influenced by the client.

<!-- theme: info -->

You can upsert multiple records using one request. To do so, add multiple data objects into your JSON. See the example below.

[
  {
    "data": {
      "typedId": "2147501223.P"
    }
  },
  {
    "data": {
      "typedId": "2147501224.P"
    }
  },
  {
    "data": {
      "typedId": "2147501225.P"
    }
  }
]
post/delete/P

Request body

Response

OK

Changes

No recorded changes to this endpoint across all 1 revision of this API.