delete

/v4/key-value-stores/self/{key}

Delete a key-value store you own (by canonical key) and all its entries (X-API-Key)

Path parameters

keystring
required

Responses

200
Response for status 200
Schema
object
successboolean
required
Example
{
  "success": false
}
delete
https://api.merkl.xyz/v4/key-value-stores/self/{key}
Merkl API
curl -X DELETE "https://api.merkl.xyz/v4/key-value-stores/self/{key}"
Fill the required path parameter key to send.Live request — this will call https://api.merkl.xyz/ for real.