Removes a document.
Last updated 1 month ago
No Content
const response = await fetch('/v1/catalog/products/{productId}/documents/{id}', { method: 'DELETE', headers: {}, }); const data = await response.json();
{ "type": "text", "title": "text", "status": 0, "detail": "text", "instance": "text" }