Skip to main content
DELETE
/
open-api
/
v1.0
/
products
/
{productId}
Archive a product (offer)
curl --request DELETE \
  --url https://api.fourthwall.com/open-api/v1.0/products/{productId} \
  --header 'Authorization: Bearer <token>'
OAuth scope: offer_writeAPI keys have full access to this endpoint.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

productId
string
required

Response

No Content