DELETE /manager/products/{id}

Path parameters

  • id integer Required

    Numeric ID of the product to delete

Responses

  • 204

    Product deleted

  • 403

    Forbidden - You don't have permission to access this route

  • 404

    Product not found

DELETE /manager/products/{id}
curl \
 --request DELETE 'https://domain.tld/api/v2/manager/products/{id}' \
 --header "Authorization: Bearer $ACCESS_TOKEN"