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. Public production API-key endpoints accept kyren_live_* keys. Staging credentials are environment-specific and must be used only with the staging environment for which Kyren issued them.

Path Parameters

id
string
required

The unique identifier of the resource

Response

Product archived successfully

code
integer
Example:

0

message
string
Example:

"success"