Delete a device by ID for a User
DELETE/v1/organizations/:organizationId/projects/:projectId/platforms/android/users/:userId/devices/:deviceId
Delete a device by ID for a User
Request
Path Parameters
organizationId stringrequired
projectId stringrequired
userId stringrequired
deviceId stringrequired
Responses
- 200
- 400
- 404
Device has been successfully deleted.
Bad Request
Device not found or user doesn't have permission to access the organization
Loading...