Skip to main content
POST
/
api
/
v1
/
assets
/
{id}
/
archive
cURL
curl --request POST \
  --url https://api.salvy.com.br/api/v1/assets/{id}/archive \
  --header 'Authorization: Bearer <token>'
{
  "code": "unauthorized",
  "message": "<string>",
  "publicDetails": {}
}
Este endpoint permite arquivar um equipamento existente na plataforma Salvy. Forneça o ID do equipamento na URL para arquivá-lo. Equipamentos arquivados não aparecerão mais na listagem, mas seus dados permanecerão acessíveis para referência futura através do dashboard da Salvy.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response