Delete a paired device
DELETE/v1/sdk/devices/:id
Deletes a device by backend-generated id. Returns 404 when the device does not exist or is not owned by this SDK user.
Request
Responses
- 204
- 400
- 401
- 404
- 429
Device removed
Invalid device id
Missing headers, unknown app, inactive app, or invalid SDK identity
Device not found for this SDK user
Too many SDK identity validation attempts