GoodMemGoodMem
ReferenceAPIREST APISpaces

Delete a space

Permanently deletes a space and all associated content. This operation cannot be undone.

CASCADE DELETION: Removes the space record and cascades deletion to associated memories, chunks, and embedder associations. Requires DELETE_SPACE_OWN permission for spaces you own (or DELETE_SPACE_ANY for admin users). This operation is safe to retry - may return NOT_FOUND if already deleted.

DELETE
/v1/spaces/{id}

Path Parameters

idstring

The unique identifier of the space to delete

Response Body

curl -X DELETE "https://loading/v1/spaces/550e8400-e29b-41d4-a716-446655440000"
Empty
Empty
Empty
Empty
Empty