All Products
Search
Document Center

PolarDB:ST_DeletePyramid

Last Updated:Mar 28, 2026

Deletes a vector pyramid by name.

Syntax

boolean ST_DeletePyramid(cstring name)

Parameters

ParameterDescription
nameThe name of the pyramid to delete.

Examples

--Delete a pyramid.
select ST_DeletePyramid('roads');
st_deletepyramid
----------
t