[#absl-Status-ErasePayload] = xref:absl.adoc[absl]::xref:absl/Status.adoc[Status]::ErasePayload :relfileprefix: ../../ :mrdocs: Erases the payload corresponding to the `type_url` key. == Synopsis Declared in `<absl/status/status.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool ErasePayload(std::string_view type_url); ---- == Return Value `true` if the payload was present. == Parameters [cols="1,4"] |=== | Name| Description | *type_url* | The unique key identifying the payload to erase. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#