Skip to main content

Delete record

DELETE 

/v2/key-value-stores/:storeId/records/:recordKey

Removes a record specified by a key from the key-value store.

Request

Path Parameters

    storeId string required

    Key-value store ID or username~store-name.


    Example: WkzbQMuFYuamGv3YF
    recordKey string required

    Key of the record.


    Example: someKey

Status 204

Response Headers