Remove every relation of one relation definition from a product.

Deletes all relations that link the product id to other products under the relation definition relationId,
in a single call. Use this to clear a whole relation type at once. To remove only specific related products,
delete a single pair with DELETE /products/{id}/connections/products/{relationId}/{connectedProductId}, or a
selected subset with DELETE /products/{id}/connections/products/{relationId}/bulk.

For more details on working with products and
relations, refer to the Add product relations.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The internal ID of the product whose relations are removed.

Example: 78y3566b5c65c1325edexx8f

string
required

The internal ID of the relation definition whose relations are all removed.

Example: 78y3566b5c65c1325edexx8e

Responses
204

No Content

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json