Medipim BE - API V4

Developer documentation

POST /v4/product/descriptions/delete

(Last updated: 25/04/2024)

Access to this feature is restricted and depends on your subscription type.

This endpoint allows for removing an existing description from a product.

Request

Method

POST

URL

https://api.medipim.be/v4/product/descriptions/delete

Headers

Body

  • product: one of the following (required)
    • Medipim product ID (string)
    • Key value array containing the identifier field and value (array)
  • id: Medipim description ID (integer, required)

Response

Body

The response will have status 204 (= no content) is everything was successful

Examples