Revocar enlace compartido
curl --request DELETE \
--url https://api.locatebyteli.com/devices/share/{id} \
--header 'Authorization: <authorization>'Shared Sessions
Revocar enlace compartido
Revoca un enlace de compartición
DELETE
/
devices
/
share
/
{id}
Revocar enlace compartido
curl --request DELETE \
--url https://api.locatebyteli.com/devices/share/{id} \
--header 'Authorization: <authorization>'Authorization
API Key. Formato:
Bearer lbt_•••Path Parameters
ID del enlace de compartición
Comportamiento
- Marca el enlace como
revoked = true. - Invalida el token del enlace.
Errores
| Código | Descripción |
|---|---|
400 | UUID inválido |
404 | Enlace no encontrado |
500 | Error interno |
⌘I