2018-10-16 21:01:17 +02:00
|
|
|
# Remove linkifiers
|
2018-08-14 03:20:39 +02:00
|
|
|
|
2018-10-16 21:01:17 +02:00
|
|
|
Remove [linkifiers](/help/add-a-custom-linkification-filter), regular
|
|
|
|
expression patterns that are automatically linkified when they appear
|
|
|
|
in messages and topics.
|
2018-08-14 03:20:39 +02:00
|
|
|
|
2019-07-11 12:45:26 +02:00
|
|
|
`DELETE {{ api_url }}/v1/realm/filters/{filter_id}`
|
2018-08-14 03:20:39 +02:00
|
|
|
|
|
|
|
## Usage examples
|
|
|
|
|
2018-10-18 00:14:30 +02:00
|
|
|
{start_tabs}
|
|
|
|
{tab|python}
|
2018-08-14 03:20:39 +02:00
|
|
|
|
2019-07-11 12:45:26 +02:00
|
|
|
{generate_code_example(python)|/realm/filters/{filter_id}:delete|example}
|
2018-10-18 00:14:30 +02:00
|
|
|
|
|
|
|
{tab|curl}
|
2018-08-14 03:20:39 +02:00
|
|
|
|
2019-10-14 11:45:00 +02:00
|
|
|
{generate_code_example(curl)|/realm/filters/{filter_id}:delete|example}
|
2018-08-14 03:20:39 +02:00
|
|
|
|
2018-10-18 00:14:30 +02:00
|
|
|
{end_tabs}
|
2018-08-14 03:20:39 +02:00
|
|
|
|
|
|
|
## Arguments
|
|
|
|
|
2019-07-11 12:45:26 +02:00
|
|
|
{generate_api_arguments_table|zulip.yaml|/realm/filters/{filter_id}:delete}
|
2018-08-14 03:20:39 +02:00
|
|
|
|
|
|
|
## Response
|
|
|
|
|
|
|
|
#### Example response
|
|
|
|
|
|
|
|
A typical successful JSON response may look like:
|
|
|
|
|
2019-07-11 12:45:26 +02:00
|
|
|
{generate_code_example|/realm/filters/{filter_id}:delete|fixture(200)}
|