Skip to main content
DELETE
/
products
/
{id}
Archive a product
curl --request DELETE \
  --url https://app.paperlink.online/api/v1/products/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "type": "<string>",
    "code": "<string>",
    "message": "<string>",
    "request_id": "<string>",
    "details": "<unknown>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://developers.paperlink.online/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key from Settings > Integrations > API Keys

Path Parameters

id
string<uuid>
required

Response

Product archived