Skip to main content
DELETE
/
v1
/
products
/
{id}
Archive a product
curl --request DELETE \
  --url https://api.kyren.top/v1/products/{id} \
  --header 'x-api-key: <api-key>'
{
  "code": 0,
  "message": "success"
}

Authorizations

x-api-key
string
header
required

Your API key. Use kyren_live_* for production and kyren_test_* for testing.

Path Parameters

id
string
required

The unique identifier of the resource

Response

Product archived successfully

code
integer
Example:

0

message
string
Example:

"success"