Skip to main content

remove_blocklist_items

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

Overview

Nameremove_blocklist_items
TypeResource
Idazure.ai_content_safety.remove_blocklist_items

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
remove_blocklist_itemsexecblocklist_name, endpoint, blocklistItemIdsRemove BlocklistItems From Text Blocklist. Remove blocklistItems from a text blocklist. You can remove at most 100 BlocklistItems in one request.

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
blocklist_namestringText blocklist name. Required.
endpointstringThe service endpoint host (no scheme), e.g. myaccount.table.cosmos.azure.com:443 - value of the client endpoint parameter. (default: )

Lifecycle Methods

Remove BlocklistItems From Text Blocklist. Remove blocklistItems from a text blocklist. You can remove at most 100 BlocklistItems in one request.

EXEC azure.ai_content_safety.remove_blocklist_items.remove_blocklist_items 
@blocklist_name='{{ blocklist_name }}' --required,
@endpoint='{{ endpoint }}' --required
@@json=
'{
"blocklistItemIds": "{{ blocklistItemIds }}"
}'
;