Delete a data value for your plugin associated with the entity from the tadatodo keystore.
DELETE
/plugins/{pluginId}/entities/{entityId}/data/{key}
curl \
--request DELETE 'https://tadatodo.com/api/plugins/Ple77f34bbf9/entities/Eae77f34bbf9/data/myUrlSafeKey' \
--header "X-Plugin-Secret: $API_KEY"
Response examples (200)
{
"message": "success"
}