Skip to main content

Delete default store's record

DELETE 

/v2/actor-runs/:runId/key-value-store/records/:recordKey

Removes a record specified by a key from the default key-value store of the Actor run.

This endpoint is a shortcut for getting the run's defaultKeyValueStoreId and then using the Delete record endpoint.

Request

Path Parameters

    runId string required

    Actor run ID.


    Example: 3KH8gEpp4d8uQSe8T
    recordKey string required

    Key of the record.


    Example: someKey

Status 204

No content