KV Entries

Delete KV entry

Deletes a specific entry from a key-value bucket

delete/storage/kv/{bucket}/entries/{key}

Path parameters

bucketstring required

Name of the bucket

keystring required

Key of the entry

Response

Bad Request

messagestring

Example response

{
  "message": "success"
}