Keys
Delete collection of keys
Delete all keys matching query. Same constraints as list. Please limit the number of affected keys to about 1,000 as you might experience timeouts otherwise.
DELETE
cURL
Authorizations
Enter your token in the format token TOKEN
Headers
Two-Factor-Authentication token (optional)
Path Parameters
Project ID
Query Parameters
specify the branch to use
Specify a query to do broad search for keys by name (including wildcards).
The following qualifiers are also supported in the search term:
ids:key_id,...
for queries on a comma-separated list of idsname:key_name
for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashestags:tag_name
to filter for keys with certain tagstranslated:{true|false}
for translation status (also requireslocale_id
to be specified)updated_at:{>=|<=}2013-02-21T00:00:00Z
for date range queriesunmentioned_in_upload:upload_id,...
to filter keys unmentioned within upload. When multiple upload IDs provided, matches only keys not mentioned in all uploads
Caution: Query parameters with empty values will be treated as though they are not included in the request and will be ignored.
Find more examples here.
Locale used to determine the translation state of a key when filtering for untranslated or translated keys.
Response
200
application/json
OK
The response is of type object
.
cURL