Skip to main content
DELETE
/
api
/
dictionaries
/
{dictionaryId}
/
entries
/
{key}
Remove an entry from a dictionary
curl --request DELETE \
  --url http://localhost:3000/api/dictionaries/{dictionaryId}/entries/{key}

Path Parameters

dictionaryId
string
required

Dictionary UUID

key
string
required

Entry key

Response

Entry removed successfully