Use this API to detach a sensor profile from a sensor.
Parameter |
Mandatory/Optional |
Data Type |
Description |
---|---|---|---|
sensorId |
Mandatory |
string |
Specify the ID of a sensor from which the sensor profile will be detached |
API request
curl -X PUT
"<qualys_base_url>/csapi/v1.3/sensors/f1edef37-8d72-4f5d-87ed-9d6da981cffe/profile/detach"
-H "accept: application/json"
-H "Authorization: Bearer <token>"
Response
200 OK
Was this topic helpful?