v4

latestOpenAPI 3.1.02026-07-3196251302.5 KB
kv

Delete a user's key/value entry

post/v1/kv.delete

Request body

$schemastring uri

A URL to the JSON Schema for this object.

keystring required

Key to delete

namespacestring required

Namespace the key lives under

Example request

{
  "$schema": "https://api.steamsets.com/schemas/KvDeleteRequestBody.json"
}

Response

No Content