
delete
/v4/key-value-stores/{key}/entries/{address}
Delete an entry. Users may delete their own entry; the store owner or an X-API-Key holder may delete any entry.
Path parameters
keystringrequired
Identifier of the key-value store.
addressstringrequired
Address the entry is scoped to.
Responses
200Response for status 200
Schema
object
successbooleanrequired
Example
{
"success": false
}delete
https://api.merkl.xyz/v4/key-value-stores//entries/curl -X DELETE "https://api.merkl.xyz/v4/key-value-stores/my-store/entries/0xd93814273b33DD33B32cD345225CfB65DEB048Dd"
Live request: this will call https://api.merkl.xyz/ for real.