Default key-value store
Delete default store's record
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.
delete/v2/actor-runs/{runId}/key-value-store/records/{recordKey}
Path parameters
runIdstring required
Example:3KH8gEpp4d8uQSe8T
Actor run ID.
recordKeystring required
Example:someKey
Key of the record.
Response
No content