Skip to content
Guides
CatalogSize Guides
catalog:update

Remove size guide assignment

Deletes one product or category assignment and recalculates which products still have an applicable guide.

DELETE/v1/catalog/size-guides/{sizeGuideId}/assignments/{assignmentId}

Deletes one product or category assignment and recalculates which products still have an applicable guide.

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth2 access token issued by Ecomiq Auth.

In: header

Path Parameters

sizeGuideId*string

Identifier of the size guide.

assignmentId*string

Header Parameters

Authorization*string

OAuth 2.0 bearer token.

Response Body

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X DELETE "https://example.com/v1/catalog/size-guides/7204558912004325301/assignments/7204558912004325301" \  -H "Authorization: Bearer <token>"
Empty