Delete device tokens
DELETE/api/internal/v1/devauth/tokens
This endpoint is designed to be used for device decommissioning and tenant account suspension purpose. For device decommissioning purpose both tenant_id and device_id parameters must be set. When both tenant_id and device_id parameters are set, all tokens will be deleted for device with given device_id. For tenant account suspension purpose only tenant_id parameter must be set. When device_id parameter is not set (only tenant_id parameter is set) all tokens for all tenant devices will be deleted.
Request
Responses
- 204
- 400
- 500
- 503
Tokens deleted.
Invalid Request.
Internal Server Error.
Service is unavailable.