authorized_devices
Delete Authorized Device
Deletes a specific OAuth2 authorized device using its unique ID.
Args: device_id: The ID of the OAuth2 authorized device to delete. auth_context: The current auth context.
Raises: KeyError: If the device with the given ID does not exist or does not belong to the current user.
delete/api/v1/devices/{device_id}
Path parameters
device_idstring uuid required
Response
Successful Response
{"stackTrail":"paths:/api/v1/devices/{device_id}:delete:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}