Delete a device analyzer
DELETE/api/v1/orgs/{orgId}/devices/{deviceId}/analyzers/{analyzerId}
Delete a specific analyzer from a device. The analyzer must be disabled first; use the enable/disable action before deleting it.
Responses
204 No Content: Analyzer deleted successfully.404 Not Found: Analyzer not found.409 Conflict: Analyzer is enabled; disable it before deleting.
Security
- This API requires authentication.
Request
Responses
- 204
- 404
- 409
No Content
Analyzer not found.
Analyzer is enabled; disable it before deleting.