Skip to main content

devices_revoke

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

Overview

Namedevices_revoke
TypeResource
Idcloudflare.zero_trust.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_idRevokes a list of devices. Not supported when multi-user mode is enabled. Deprecated: please use POST /accounts/{account_id}/devices/registrations/revoke instead.

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.

Lifecycle Methods

Revokes a list of devices. Not supported when multi-user mode is enabled. Deprecated: please use POST /accounts/{account_id}/devices/registrations/revoke instead.

EXEC cloudflare.zero_trust.devices_revoke.revoke_by_account
@account_id='{{ account_id }}' --required
;