Delete a device
delete
Authorizations
defguard_sessionstringRequired
Path parameters
device_idinteger · int64Required
ID of the device.
Responses
200
Device deleted.
No content
401
Session is missing or invalid.
application/json
403
Requires admin privileges or the request must target your own account.
application/json
404
Device not found.
application/json
500
Unable to delete device.
application/json
delete/api/v1/device/{device_id}
DELETE /api/v1/device/{device_id} HTTP/1.1
Accept: */*
No content
Last updated
Was this helpful?