MCPcopy
hub / github.com/tolgee/tolgee-platform / useDeleteKeys

Function useDeleteKeys

webapp/src/service/TranslationHooks.ts:15–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 });
14
15export const useDeleteKeys = () =>
16 useApiMutation({
17 url: '/v2/projects/{projectId}/keys',
18 method: 'delete',
19 });
20
21export const usePutTranslation = () =>
22 useApiMutation({

Callers

nothing calls this directly

Calls 1

useApiMutationFunction · 0.90

Tested by

no test coverage detected