Skip to main content

physical_devices_revoke

Creates, updates, deletes, gets or lists a physical_devices_revoke resource.

Overview

Namephysical_devices_revoke
TypeResource
Idcloudflare.zero_trust.physical_devices_revoke

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
revoke_by_accountexecaccount_id, device_idRevokes all WARP registrations associated with the specified device.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
account_idstringThe Cloudflare account ID.
device_idstring

Lifecycle Methods

Revokes all WARP registrations associated with the specified device.

EXEC cloudflare.zero_trust.physical_devices_revoke.revoke_by_account
@account_id='{{ account_id }}' --required,
@device_id='{{ device_id }}' --required
;