Skip to main content
DELETE
/
v1
/
projects
/
{projectId}
/
languages
/
{locale}
cURL
curl --request DELETE \
  --url https://{deployment}.convex.site/v1/projects/{projectId}/languages/{locale}
{
  "success": true,
  "locale": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.lazylocales.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

projectId
string
required
Minimum string length: 1
Example:

"proj_abc123"

locale
string
required
Minimum string length: 1
Example:

"nl-NL"

Response

200 - application/json

Language removed successfully

success
boolean
required
locale
string
required