mng.DeleteResourceString

This job deletes self-created language resource keys from the resource storage table of the database.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

Currently not supported — pass 0.

[JSON]

BASE64

No

Delete multiple keys in JSON format (see [_json_schema_language_resources]).

[Key]

STRING

No

Key to delete. Example: Project.key1.Workflow_3
Wildcards * and ? are allowed.

[Language]

STRING

No

Language code. Example: de_DE
Wildcards * and ? are allowed.

JSON and Key/Language can be used independently.
Key and Language are trimmed (leading and trailing spaces removed).

2. Return Value

None.