Skip to main content
DELETE
/
textItems
Delete text items
curl --request DELETE \
  --url https://api.dittowords.com/v2/textItems \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "developerIds": [
    "greeting",
    "welcome-message"
  ]
}'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Body

application/json
developerIds
string[]
required

Array of developer IDs for the text items to delete. Cannot be library instances.

Response

200 - application/json

Returns success status of the deletion operation

success
boolean
required

Indicates whether the deletion was successful