WorkerWorkers Kv Namespace

Remove a Namespace

DEL
Deletes the namespace corresponding to the given ID.

Path parameters

namespace_identifierstringRequired
Namespace identifier tag.
account_identifierstringRequired
Identifier

Response

This endpoint returns an object
result
unionOptional
DEL
1curl -X DELETE https://api.cloudflare.com/client/v4/accounts/023e105f4ecef8ad9ca31a8372d0c353/storage/kv/namespaces/0f2ac74b498b48028cb68387c421e279 \
2 -H "Authorization: Bearer <token>"
200Deleted
1{}