Skip to main content
POST
/
phones
/
deactivate
await seam.phones.deactivate({ device_id: "6481cd6a-579f-4d8c-9adb-b42bf9fb697e", }); /* // void */
{
  "ok": true
}

Authorizations

Authorization
string
header
required

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

Body

application/json
device_id
string
required

Device ID of the phone that you want to deactivate.

Response

OK

ok
boolean
required