Delete a brush pack
DELETE /brush-packs/{packId}
DELETE
/brush-packs/{packId}
Drops the pack + stamp manifest rows. The stamp bitmaps in object storage are NOT immediately deleted — content- addressed storage means the same bitmap may be referenced by other packs. A future GC pass cleans orphans.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” packId
required
string format: uuid
Responses
Section titled “ Responses ”Pack deleted
Authentication required, missing, or invalid
object
error
required
Human-readable error summary
string
Example
the request could not be completedExample
{ "error": "authentication required: sign in and retry with a valid session or API token"}Resource not found
object
error
required
Human-readable error summary
string
Example
the request could not be completed