Sign in

Delete form translation

documented

Delete the content of a translation for a given form/language.

DELETE /forms/{form_id}/translations/{language}Formsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.typeform.com/forms/{{$form_id}}/translations/{{$language}}" \
  -X DELETE \
  -H "Authorization: Bearer {{TYPEFORM_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Delete form translation · typeform · OpenIntegrations