cURL
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 }
Deletes text items. Text items cannot be library instances.
Array of developer IDs for the text items to delete. Cannot be library instances.
Returns success status of the deletion operation
Indicates whether the deletion was successful