Skip to main content
DELETE
/
devices
/
share
/
{id}
Revocar enlace compartido
curl --request DELETE \
  --url https://api.locatebyteli.com/devices/share/{id} \
  --header 'Authorization: <authorization>'

Authorization

Authorization
string
default:"Bearer "
required
API Key. Formato: Bearer lbt_•••

Path Parameters

id
uuid
required
ID del enlace de compartición

Comportamiento

  • Marca el enlace como revoked = true.
  • Invalida el token del enlace.

Errores

CódigoDescripción
400UUID inválido
404Enlace no encontrado
500Error interno