pub async fn delete_blob<T>(
signer: T,
server_url: &Url,
hash: Hash,
) -> Result<(), String>where
T: NostrSigner + Clone,Expand description
Delete a blob from a Blossom server. 2xx and 404 both count as success (idempotent: “blob is gone” is the goal). 401/403/5xx and network errors propagate.