# Delete Entity Data **DELETE /plugins/{pluginId}/entities/{entityId}/data/{key}** Delete a data value for your plugin associated with the entity from the tadatodo keystore. ## Servers - https://tadatodo.com/api: https://tadatodo.com/api () ## Authentication methods - Api plugin auth ## Parameters ### Path parameters - **pluginId** (string) Your plugin's ID - **entityId** (string) The associated Entity ID - **key** (string) The url-safe, unique key for this plugin and entity ## Responses ### 200 #### Body: (object) - **message** (string) The success message [Powered by Bump.sh](https://bump.sh)