DeleteShadowLink Added in v25.3
Deletes an existing shadow link.
POST /redpanda.core.admin.v2.ShadowLinkService/DeleteShadowLink
curl \ --request POST 'http://localhost:9644/redpanda.core.admin.v2.ShadowLinkService/DeleteShadowLink' \ --header "Content-Type: application/json" \ --header "Connect-Protocol-Version: 1" \ --header "Connect-Timeout-Ms: 42.0" \ --data '{"force":true,"name":"string"}' Request examples
# Headers Connect-Protocol-Version: 1 Connect-Timeout-Ms: 42.0 # Payload { "force": true, "name": "string" } Response examples (200)
{} Response examples (default)
{ "code": "not_found", "details": [ { "debug": {}, "type": "string", "value": "@file" } ], "message": "string" }