Skip to content
Guides
CatalogSize Guides
catalog:delete

Delete size guide

Deletes a size guide and removes it from the products using it.

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

Deletes a size guide and removes it from the products using it.

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth2 access token issued by Ecomiq Auth.

In: header

Path Parameters

sizeGuideId*string

Identifier of the size guide.

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" \  -H "Authorization: Bearer <token>"
Empty