v16

latestOpenAPI 3.0.3raw.githubusercontent.com2026-04-243137121.5 KB
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"
}