DELETE
/
wordlist
/
{id}
/
words

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

ID of the wordlist to remove words from

Query Parameters

words
string[]
required

Array of words to remove from the wordlist

Response

200 - application/json
removedCount
number
required

Number of words removed

removedWords
string[]
required

List of words removed

totalCount
number
required

Total number of words in wordlist

Was this page helpful?