Delete Protection
shield_delete_protection | R Documentation |
Deletes an Shield Advanced Protection¶
Description¶
Deletes an Shield Advanced Protection.
Usage¶
shield_delete_protection(ProtectionId)
Arguments¶
ProtectionId |
[required] The unique identifier (ID) for the Protection object to be deleted. |
Value¶
An empty list.
Request syntax¶
svc$delete_protection(
ProtectionId = "string"
)