remove_blocklist_items
Creates, updates, deletes, gets or lists a remove_blocklist_items resource.
Overview
| Name | remove_blocklist_items |
| Type | Resource |
| Id | azure.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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
remove_blocklist_items | exec | blocklist_name, endpoint, blocklistItemIds | Remove 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.
| Name | Datatype | Description |
|---|---|---|
blocklist_name | string | Text blocklist name. Required. |
endpoint | string | The service endpoint host (no scheme), e.g. myaccount.table.cosmos.azure.com:443 - value of the client endpoint parameter. (default: ) |
Lifecycle Methods
- remove_blocklist_items
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 }}"
}'
;